We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe3705 commit 7e48cddCopy full SHA for 7e48cdd
package.js
@@ -1,6 +1,6 @@
1
Package.describe({
2
summary: "Accounts Templates styled for Twitter Bootstrap.",
3
- version: "0.11.0",
+ version: "1.0.0",
4
name: "useraccounts:bootstrap",
5
git: "https://github.com/meteor-useraccounts/bootstrap.git",
6
});
@@ -18,7 +18,7 @@ Package.on_use(function(api, where) {
18
], ["client", "server"]);
19
20
api.imply([
21
- "useraccounts:core@0.11.0",
+ "useraccounts:core@1.0.0",
22
23
24
api.add_files([
@@ -58,7 +58,7 @@ Package.on_use(function(api, where) {
58
Package.on_test(function(api) {
59
api.use([
60
"useraccounts:bootstrap",
61
62
]);
63
64
0 commit comments