Skip to content

Commit 70549f2

Browse files
committedMay 23, 2015
dep: add new archiver base plugins to be used with upcoming plugin overhaul.
1 parent 1e55f08 commit 70549f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"bench": "node benchmark/simple/pack-zip.js"
2828
},
2929
"dependencies": {
30+
"archiver-json": "~0.0.1",
31+
"archiver-tar": "~0.0.1",
32+
"archiver-zip": "~0.0.1",
3033
"async": "~0.9.0",
3134
"buffer-crc32": "~0.2.1",
3235
"glob": "~4.3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.