Skip to content

Commit

Permalink
deps: remove wrappy from package.json (#27)
Browse files Browse the repository at this point in the history
`wrappy` was previously added to dependencies in order to flatten it, but we no longer do legacy-style for npm itself, so this can go away.

PR-URL: #27
Credit: @rickschubert
Reviewed-By: @zkat
  • Loading branch information
rickschubert authored and zkat committed Jul 23, 2018
1 parent 21cf0ab commit 9db1540
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 @@ -140,7 +140,6 @@
"validate-npm-package-name": "~3.0.0",
"which": "^1.3.1",
"worker-farm": "^1.6.0",
"wrappy": "~1.0.2",
"write-file-atomic": "^2.3.0"
},
"bundleDependencies": [
Expand Down Expand Up @@ -252,7 +251,6 @@
"validate-npm-package-license",
"validate-npm-package-name",
"which",
"wrappy",
"write-file-atomic",
"safe-buffer",
"worker-farm",
Expand Down

0 comments on commit 9db1540

Please sign in to comment.