Skip to content

Commit b0c14f7

Browse files
committed
chore: webpack dependencies removed from ngdemo
1 parent ce3c3ae commit b0c14f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demo-angular/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"tns-core-modules": "^4.0.0"
2727
},
2828
"devDependencies": {
29-
"@angular/compiler-cli": "~6.1.0-beta.1",
3029
"babel-traverse": "6.24.1",
3130
"babel-types": "6.24.1",
3231
"babylon": "6.16.1",
@@ -42,8 +41,7 @@
4241
"tns-platform-declarations": "^3.0.0",
4342
"tslint": "~5.4.3",
4443
"typescript": "~2.7.2",
45-
"zone.js": "^0.8.4",
46-
"@ngtools/webpack": "6.1.0-rc.0"
44+
"zone.js": "^0.8.4"
4745
},
4846
"scripts": {
4947
"build.plugin": "cd ../src && npm run build",

0 commit comments

Comments
 (0)