Skip to content

Commit

Permalink
fix: remove TypeScript types from dependencies (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia authored and Robdel12 committed Dec 18, 2019
1 parent 3c5d1cf commit 37bf691
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 @@ -22,7 +22,6 @@
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@oclif/plugin-not-found": "^1.2",
"@types/which": "^1.3.2",
"axios": "^0.19.0",
"body-parser": "^1.18.3",
"colors": "^1.3.2",
Expand Down Expand Up @@ -72,6 +71,7 @@
"@types/puppeteer": "^2.0.0",
"@types/sinon": "^7.0.12",
"@types/sinon-chai": "^3.2.0",
"@types/which": "^1.3.2",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"browserify": "^16.2.3",
Expand Down

0 comments on commit 37bf691

Please sign in to comment.