File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 32
32
"tslint" : " tslint --project tsconfig.json --config tslint.json --type-check" ,
33
33
"postinstall" : " node postinstall.js" ,
34
34
"tsc" : " tsc -p tsconfig.json" ,
35
+ "tsc-w" : " tsc -p tsconfig.json -w" ,
35
36
"ngc" : " ngc -p tsconfig.json" ,
36
37
"prepare" : " npm run ngc"
37
38
},
Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.ngsample" ,
4
4
"tns-android" : {
5
- "version" : " 3.0.0 "
5
+ "version" : " next "
6
6
},
7
7
"tns-ios" : {
8
- "version" : " 3.0.0 "
8
+ "version" : " next "
9
9
}
10
10
},
11
11
"name" : " tns-template-hello-world" ,
53
53
"babylon" : " 6.8.1" ,
54
54
"filewalker" : " 0.1.2" ,
55
55
"lazy" : " 1.0.11" ,
56
- "nativescript-dev-typescript" : " ^0.3.1 " ,
56
+ "nativescript-dev-typescript" : " next " ,
57
57
"shelljs" : " ^0.7.0" ,
58
58
"tslint" : " ^4.5.1" ,
59
59
"typescript" : " ~2.6.2"
You can’t perform that action at this time.
0 commit comments