Skip to content

Commit 9db1540

Browse files
rickschubertzkat
authored andcommitted
deps: remove wrappy from package.json (#27)
`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
1 parent 21cf0ab commit 9db1540

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: package.json

-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
"validate-npm-package-name": "~3.0.0",
141141
"which": "^1.3.1",
142142
"worker-farm": "^1.6.0",
143-
"wrappy": "~1.0.2",
144143
"write-file-atomic": "^2.3.0"
145144
},
146145
"bundleDependencies": [
@@ -252,7 +251,6 @@
252251
"validate-npm-package-license",
253252
"validate-npm-package-name",
254253
"which",
255-
"wrappy",
256254
"write-file-atomic",
257255
"safe-buffer",
258256
"worker-farm",

0 commit comments

Comments
 (0)