File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 " js/ionic.js"
4949 ],
5050 "dependencies" : {
51- "angular" : " 1.4 .3" ,
52- "angular-animate" : " 1.4 .3" ,
53- "angular-sanitize" : " 1.4 .3" ,
51+ "angular" : " 1.5 .3" ,
52+ "angular-animate" : " 1.5 .3" ,
53+ "angular-sanitize" : " 1.5 .3" ,
5454 "angular-ui-router" : " 0.2.13"
5555 }
5656}
Original file line number Diff line number Diff line change 11// package metadata file for Meteor.js
22var packageName = 'driftyco:ionic' ; // https://atmospherejs.com/driftyco/ionic
33var where = 'client' ; // where to install: 'client' or 'server'. For both, pass nothing.
4- var version = '1.2.4 ' ;
4+ var version = '1.3.0 ' ;
55
66Package . describe ( {
77 name : packageName ,
@@ -13,9 +13,9 @@ Package.describe({
1313Package . onUse ( function ( api ) {
1414 api . versionsFrom ( [ 'METEOR@0.9.0' , 'METEOR@1.0' ] ) ;
1515
16- api . use ( 'angular:angular@1.4 .3' , where ) ;
17- api . use ( 'angular:angular-animate@1.4 .3' , where ) ;
18- api . use ( 'angular:angular-sanitize@1.4 .3' , where ) ;
16+ api . use ( 'angular:angular@1.5 .3' , where ) ;
17+ api . use ( 'angular:angular-animate@1.5 .3' , where ) ;
18+ api . use ( 'angular:angular-sanitize@1.5 .3' , where ) ;
1919 api . use ( 'angularui:angular-ui-router@0.2.13_3' , where ) ;
2020
2121 // In case the Meteor project has the `fastclick` package,
You can’t perform that action at this time.
0 commit comments