File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
" js/ionic.js"
49
49
],
50
50
"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" ,
54
54
"angular-ui-router" : " 0.2.13"
55
55
}
56
56
}
Original file line number Diff line number Diff line change 1
1
// package metadata file for Meteor.js
2
2
var packageName = 'driftyco:ionic' ; // https://atmospherejs.com/driftyco/ionic
3
3
var where = 'client' ; // where to install: 'client' or 'server'. For both, pass nothing.
4
- var version = '1.2.4 ' ;
4
+ var version = '1.3.0 ' ;
5
5
6
6
Package . describe ( {
7
7
name : packageName ,
@@ -13,9 +13,9 @@ Package.describe({
13
13
Package . onUse ( function ( api ) {
14
14
api . versionsFrom ( [ 'METEOR@0.9.0' , 'METEOR@1.0' ] ) ;
15
15
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 ) ;
19
19
api . use ( 'angularui:angular-ui-router@0.2.13_3' , where ) ;
20
20
21
21
// In case the Meteor project has the `fastclick` package,
You can’t perform that action at this time.
0 commit comments