Skip to content

Commit

Permalink
fix(package): move @types to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKucal committed May 8, 2018
1 parent e37b1c7 commit 5970928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
],
"license": "ISC",
"dependencies": {
"@types/lodash.isequal": "^4.5.2",
"@types/lodash.merge": "^4.6.3",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
Expand All @@ -67,6 +65,8 @@
"@compodoc/compodoc": "^1.0.9",
"@types/jasmine": "2.6.2",
"@types/lodash.get": "^4.4.3",
"@types/lodash.isequal": "^4.5.2",
"@types/lodash.merge": "^4.6.3",
"@types/lodash.set": "^4.3.3",
"@types/node": "^8.9.5",
"chalk": "2.3.0",
Expand Down

0 comments on commit 5970928

Please sign in to comment.