Skip to content

Commit 144be89

Browse files
committed
Update package.json
There was an issue in the archiver module fixed in v0.15.1, which can cause file permissions issues on windows: archiverjs/node-archiver#136 archiverjs/node-archiver#137
1 parent ed954ca commit 144be89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Nathan Friedly - http://nfriedly.com/",
1313
"license": "MIT",
1414
"dependencies": {
15-
"archiver": "^0.12.0",
15+
"archiver": "^0.21.0",
1616
"async": "^0.9.0",
1717
"concat-stream": "^1.4.6",
1818
"yargs": "^1.3.2"

0 commit comments

Comments
 (0)