File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ matrix:
22
22
env :
23
23
- WebPack="Android"
24
24
jdk : oraclejdk8
25
- before_install : nvm install 6.10.3
25
+ before_install : nvm install 8.9.4
26
26
script : cd demo && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot && cd ../demo-angular && tns build android --bundle --env.uglify --env.snapshot --env.aot
27
27
- language : android
28
28
env :
Original file line number Diff line number Diff line change 30
30
},
31
31
"devDependencies" : {
32
32
"htmlparser2" : " ^3.9.2" ,
33
- "@angular/compiler-cli" : " ~6.1.0-beta.1" ,
34
33
"babel-traverse" : " 6.24.1" ,
35
34
"babel-types" : " 6.24.1" ,
36
35
"babylon" : " 6.16.1" ,
46
45
"tns-platform-declarations" : " ^3.0.0" ,
47
46
"tslint" : " ~5.4.3" ,
48
47
"typescript" : " ~2.7.2" ,
49
- "zone.js" : " ^0.8.4" ,
50
- "@angular-devkit/build-angular" : " ~0.7.0-rc.0"
48
+ "zone.js" : " ^0.8.4"
51
49
},
52
50
"scripts" : {
53
51
"build.plugin" : " cd ../src && npm run build" ,
You can’t perform that action at this time.
0 commit comments