Skip to content

Commit 256d849

Browse files
committed
chore: update package.json file
1 parent 3bb465c commit 256d849

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

Diff for: e2e/tests-app-ng/package.json

+5-16
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,13 @@
2929
"zone.js": "^0.9.1"
3030
},
3131
"devDependencies": {
32-
"babel-traverse": "6.24.1",
33-
"babel-types": "6.24.1",
34-
"babylon": "6.17.0",
35-
"codelyzer": "^4.0.0",
36-
"filewalker": "^0.1.3",
37-
"lazy": "1.0.11",
38-
"nativescript-dev-typescript": "next",
32+
"@angular/compiler-cli": "~8.0.0",
33+
"@ngtools/webpack": "~8.0.0",
3934
"nativescript-dev-webpack": "next",
40-
"tslint": "^5.4.3"
35+
"tslint": "^5.4.3",
36+
"typescript": "^3.4.1"
4137
},
4238
"scripts": {
43-
"tslint": "tslint --config tslint.json 'app/**/*.ts'",
44-
"ns-bundle": "ns-bundle",
45-
"start-android-bundle": "npm run ns-bundle --android --run-app",
46-
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
47-
"build-android-bundle": "npm run ns-bundle --android --build-app",
48-
"build-ios-bundle": "npm run ns-bundle --ios --build-app",
49-
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
50-
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
39+
"tslint": "tslint --config tslint.json 'app/**/*.ts'"
5140
}
5241
}

0 commit comments

Comments
 (0)