Skip to content

Commit 58a8591

Browse files
committed
Bump version and publish
1 parent 5413a4f commit 58a8591

File tree

6 files changed

+52
-18
lines changed

6 files changed

+52
-18
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.build*
33
.npm*
44
.meteor*
5-
smart.lock
65
/packages/

.travis.yml

-5
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Eric Dobbertin
3+
Copyright (c) 2014-2015 Eric Dobbertin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: "aldeed:delete-button",
3-
version: "1.0.0",
3+
version: "1.0.1",
44
summary: "Provides a delete button UI component",
55
git: "https://github.com/aldeed/meteor-delete-button.git"
66
});
@@ -10,7 +10,7 @@ Package.on_use(function(api) {
1010
api.versionsFrom('[email protected]');
1111
api.use(['templating', 'mongo']);
1212
} else {
13-
api.use(['templating', 'mongo']);
13+
api.use(['templating', 'mongo-livedata']);
1414
}
1515

1616
api.add_files(['delete-button.html', 'delete-button.js'], 'client');

smart.json

-9
This file was deleted.

0 commit comments

Comments
 (0)