Skip to content

Commit

Permalink
fix(package.json): Move typescript deps to devDeps (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Aug 30, 2017
1 parent ec243a4 commit be8b05a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"shx": "^0.2.2",
"tsgen": "^1.0.0",
"typescript": "^2.4.2",
"validate-commit-msg": "^2.8.2",
"vinyl": "^2.0.1",
"vinyl-fs": "^2.4.4"
Expand All @@ -115,9 +117,5 @@
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"dependencies": {
"tsgen": "^1.0.0",
"typescript": "^2.4.2"
}
}

0 comments on commit be8b05a

Please sign in to comment.