File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 21
21
"@angular/platform-browser" : " ~2.4.3" ,
22
22
"@angular/platform-browser-dynamic" : " ~2.4.3" ,
23
23
"@angular/router" : " ~3.4.3" ,
24
- "nativescript-angular" : " ~1.4.0 " ,
24
+ "nativescript-angular" : " ~1.4.1 " ,
25
25
"nativescript-intl" : " ~0.0.10" ,
26
26
"reflect-metadata" : " ~0.1.8" ,
27
27
"rxjs" : " ~5.0.1" ,
28
- "tns-core-modules" : " ~2.5.0"
28
+ "tns-core-modules" : " ~2.5.0" ,
29
+ "zone.js" : " ~0.7.2"
29
30
},
30
31
"devDependencies" : {
31
32
"babel-traverse" : " 6.8.0" ,
36
37
"nativescript-dev-android-snapshot" : " ~0.0.6" ,
37
38
"nativescript-dev-typescript" : " ~0.3.7" ,
38
39
"typescript" : " ~2.1.5" ,
39
- "zone.js " : " ~0.7.2 "
40
+ "typescript " : " ~2.2.1 "
40
41
}
41
42
}
Original file line number Diff line number Diff line change 5
5
"experimentalDecorators" : true ,
6
6
"emitDecoratorMetadata" : true ,
7
7
"noEmitHelpers" : true ,
8
- "noEmitOnError" : true
8
+ "noEmitOnError" : true ,
9
+ "lib" : [
10
+ " es6" ,
11
+ " dom"
12
+ ]
9
13
},
10
14
"exclude" : [
11
15
" node_modules" ,
You can’t perform that action at this time.
0 commit comments