Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit d5f61a2

Browse files
alan-agius4JohannesHoppe
authored andcommitted
fix: save package in devDependencies
In the latest versions of the CLI `ng-add` packages can be added to `devDependencies` and this package is perfect for such use case since it's only needed for development. See: angular/angular-cli#15815 (cherry picked from commit 3dfd8d6) closes #12 see angular-schule/angular-cli-ghpages#81
1 parent 5bbaafe commit d5f61a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"schematics": "./collection.json",
1111
"builders": "./builders.json",
12+
"ng-add": {
13+
"save": "devDependencies"
14+
},
1215
"repository": {
1316
"type": "git",
1417
"url": "git+https://github.com/angular-schule/ngx-deploy-starter.git"

0 commit comments

Comments
 (0)