Skip to content

Commit

Permalink
fix(schematics): move to dev dependencies (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed Mar 18, 2021
1 parent 9491971 commit 9ef4f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa

### Bug Fixes

* **schematics:** restrict angular dependencies ([5b18126](https://github.com/ngx-formly/ngx-formly/commit/5b18126))
* **schematics:** restrict angular dependencies ([5b18126](https://github.com/ngx-formly/ngx-formly/commit/5b18126)), closes [#2701](https://github.com/ngx-formly/ngx-formly/issues/2701)



Expand Down
3 changes: 3 additions & 0 deletions src/schematics/package.json
Expand Up @@ -29,6 +29,9 @@
"test": "npm run build && jasmine src/**/*_spec.js"
},
"schematics": "./src/collection.json",
"ng-add": {
"save": "devDependencies"
},
"dependencies": {
"@angular-devkit/core": ">=7 <11",
"@angular-devkit/schematics": ">=7 <11",
Expand Down

0 comments on commit 9ef4f38

Please sign in to comment.