Skip to content

Commit 36f9f05

Browse files
committed
Add dep on yauzl for unzipping
1 parent 20c873c commit 36f9f05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"should-equal": "^1.0.1",
1717
"uglify-js": "^3.0.10"
1818
},
19+
"dependencies": {
20+
"yauzl": "^2.9.1"
21+
},
1922
"bin": {
2023
"bsb": "lib/bsb",
2124
"bsc": "lib/bsc",

0 commit comments

Comments
 (0)