Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Move @types to devDependencies (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-hanson authored and nchen63 committed Mar 14, 2017
1 parent 3741729 commit 718b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"verify": "npm-run-all clean compile lint test docs"
},
"dependencies": {
"@types/semver": "^5.3.30",
"babel-code-frame": "^6.20.0",
"colors": "^1.1.2",
"diff": "^3.0.1",
Expand All @@ -63,6 +62,7 @@
"@types/node": "^6.0.56",
"@types/optimist": "0.0.29",
"@types/resolve": "0.0.4",
"@types/semver": "^5.3.30",
"chai": "^3.5.0",
"github": "^8.1.1",
"js-yaml": "^3.7.0",
Expand Down

0 comments on commit 718b63e

Please sign in to comment.