Skip to content

Commit

Permalink
chore(package): remove browserify, tsify dev dependencies
Browse files Browse the repository at this point in the history
both packages not used in the project anymore since we switched to webpack.
(tsify is a plugin for browserify)

fixes npm audit warnings for browserify

we probably missed this in #384 (adding browserify) and #394 (keeping tsify).
  • Loading branch information
sschmidTU committed Dec 4, 2018
1 parent 64f5da4 commit 54f28aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@types/chai": "^4.0.3",
"@types/loglevel": "^1.4.29",
"@types/mocha": "^5.2.3",
"browserify": ">=10.x",
"chai": "^4.1.0",
"clean-webpack-plugin": "^1.0.0",
"cross-env": "^5.1.3",
Expand Down Expand Up @@ -88,7 +87,6 @@
"npm-run-all": "^4.1.2",
"pre-commit": "^1.2.2",
"ts-loader": "^4.1.0",
"tsify": "^4.0.0",
"tslint": "^5.8.0",
"tslint-loader": "^3.5.3",
"typedoc": "^0.13.0",
Expand Down

0 comments on commit 54f28aa

Please sign in to comment.