Skip to content

Commit

Permalink
fix: make sure devDependencies are marked as such (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman authored and SanderElias committed Dec 31, 2019
1 parent 4dd239a commit 78dbdf2
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 33 deletions.
4 changes: 3 additions & 1 deletion schematics/scully/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
"@angular-devkit/core": "^9.0.0-rc.5",
"@angular-devkit/schematics": "^9.0.0-rc.5",
"@schematics/angular": "^9.0.0-rc.5",
"schematics-utilities": "^2.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.9",
"@types/node": "^8.0.31",
"jasmine": "^3.3.1",
"schematics-utilities": "^2.0.0",
"typescript": "~3.5.3"
}
}
86 changes: 63 additions & 23 deletions scully/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 78dbdf2

Please sign in to comment.