File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Package . describe ( {
22 summary : 'Accounts Templates styled for Twitter Bootstrap.' ,
3- version : '1.12.3 ' ,
3+ version : '1.12.4 ' ,
44 name : 'useraccounts:bootstrap' ,
55 git : 'https://github.com/meteor-useraccounts/bootstrap.git' ,
66} ) ;
@@ -22,7 +22,7 @@ Package.on_use(function(api, where) {
2222 api . use ( 'useraccounts:iron-routing@1.12.1' , [ 'client' , 'server' ] , { weak : true } ) ;
2323
2424 api . imply ( [
25- 'useraccounts:core@1.12.3 ' ,
25+ 'useraccounts:core@1.12.4 ' ,
2626 ] , [ 'client' , 'server' ] ) ;
2727
2828 api . add_files ( [
@@ -70,7 +70,7 @@ Package.on_use(function(api, where) {
7070Package . on_test ( function ( api ) {
7171 api . use ( [
7272 'useraccounts:bootstrap' ,
73- 'useraccounts:core@1.12.3 ' ,
73+ 'useraccounts:core@1.12.4 ' ,
7474 ] ) ;
7575
7676 api . use ( [
You can’t perform that action at this time.
0 commit comments