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 50b1159 commit 0a3cfb6Copy full SHA for 0a3cfb6
package.js
@@ -1,6 +1,6 @@
1
Package.describe({
2
summary: 'Accounts Templates styled for Twitter Bootstrap.',
3
- version: '1.8.1',
+ version: '1.9.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@1.8.1',
+ 'useraccounts:core@1.9.0',
22
23
24
api.add_files([
@@ -64,7 +64,7 @@ Package.on_use(function(api, where) {
64
Package.on_test(function(api) {
65
api.use([
66
'useraccounts:bootstrap',
67
68
]);
69
70
0 commit comments