Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Move @types/knockout to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Oct 24, 2017
1 parent 35f8769 commit c53a9f3
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,6 @@
"spa"
],
"dependencies": {
"@types/knockout": "^3.4.0",
"core-js": "^2.4.1",
"lodash-es": "^4.17.4",
"path-to-regexp": "^2.0.0",
Expand All @@ -42,6 +41,7 @@
"knockout": "^3.4.0"
},
"devDependencies": {
"@types/knockout": "^3.4.0",
"@types/lodash-es": "^4.14.4",
"chalk": "^2.0.0",
"coveralls": "^3.0.0",
Expand Down

0 comments on commit c53a9f3

Please sign in to comment.