Skip to content

Commit

Permalink
fix(deps): Remove types for prettier as a dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 11, 2017
1 parent 0345e11 commit 7014322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stryker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"stryker": "./bin/stryker"
},
"dependencies": {
"@types/prettier": "^1.6.0",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"escodegen": "^1.8.0",
Expand All @@ -74,6 +73,7 @@
"typed-rest-client": "^0.10.0"
},
"devDependencies": {
"@types/prettier": "^1.6.0",
"@types/commander": "^2.9.0",
"@types/inquirer": "0.0.33",
"stryker-api": "^0.9.0"
Expand Down

0 comments on commit 7014322

Please sign in to comment.