Skip to content

Commit 169abcd

Browse files
vchimevSvetoslavTsenov
authored andcommitted
chore: update dependencies of ng-sample
Add `tsc-w` script to plugin's `package.json` file.
1 parent 3079c5c commit 169abcd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nativescript-angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"tslint": "tslint --project tsconfig.json --config tslint.json --type-check",
3333
"postinstall": "node postinstall.js",
3434
"tsc": "tsc -p tsconfig.json",
35+
"tsc-w": "tsc -p tsconfig.json -w",
3536
"ngc": "ngc -p tsconfig.json",
3637
"prepare": "npm run ngc"
3738
},

ng-sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.ngsample",
44
"tns-android": {
5-
"version": "3.0.0"
5+
"version": "next"
66
},
77
"tns-ios": {
8-
"version": "3.0.0"
8+
"version": "next"
99
}
1010
},
1111
"name": "tns-template-hello-world",
@@ -53,7 +53,7 @@
5353
"babylon": "6.8.1",
5454
"filewalker": "0.1.2",
5555
"lazy": "1.0.11",
56-
"nativescript-dev-typescript": "^0.3.1",
56+
"nativescript-dev-typescript": "next",
5757
"shelljs": "^0.7.0",
5858
"tslint": "^4.5.1",
5959
"typescript": "~2.6.2"

0 commit comments

Comments
 (0)