File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2121 "@angular/platform-browser" : " ~2.4.3" ,
2222 "@angular/platform-browser-dynamic" : " ~2.4.3" ,
2323 "@angular/router" : " ~3.4.3" ,
24- "nativescript-angular" : " ~1.4.0 " ,
24+ "nativescript-angular" : " ~1.4.1 " ,
2525 "nativescript-intl" : " ~0.0.10" ,
2626 "reflect-metadata" : " ~0.1.8" ,
2727 "rxjs" : " ~5.0.1" ,
28- "tns-core-modules" : " ~2.5.0"
28+ "tns-core-modules" : " ~2.5.0" ,
29+ "zone.js" : " ~0.7.2"
2930 },
3031 "devDependencies" : {
3132 "babel-traverse" : " 6.8.0" ,
3637 "nativescript-dev-android-snapshot" : " ~0.0.6" ,
3738 "nativescript-dev-typescript" : " ~0.3.7" ,
3839 "typescript" : " ~2.1.5" ,
39- "zone.js " : " ~0.7.2 "
40+ "typescript " : " ~2.2.1 "
4041 }
4142}
Original file line number Diff line number Diff line change 55 "experimentalDecorators" : true ,
66 "emitDecoratorMetadata" : true ,
77 "noEmitHelpers" : true ,
8- "noEmitOnError" : true
8+ "noEmitOnError" : true ,
9+ "lib" : [
10+ " es6" ,
11+ " dom"
12+ ]
913 },
1014 "exclude" : [
1115 " node_modules" ,
You can’t perform that action at this time.
0 commit comments