feat: move production dependencies into development dependencies
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"ng:build": "ng build --prod --base-href ./"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@angular/animations": "~9.1.1",
|
||||
"@angular/common": "~9.1.1",
|
||||
"@angular/compiler": "~9.1.1",
|
||||
@@ -21,9 +22,7 @@
|
||||
"@angular/router": "~9.1.1",
|
||||
"rxjs": "~6.5.4",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"zone.js": "~0.10.2",
|
||||
"@angular-devkit/build-angular": "~0.901.1",
|
||||
"@angular/cli": "~9.1.1",
|
||||
"@angular/compiler-cli": "~9.1.1",
|
||||
|
||||
Reference in New Issue
Block a user