Skip to content

Commit

Permalink
Upgrade archiver to 0.4.10.
Browse files Browse the repository at this point in the history
Recent versions of archiver fix bugs that can generate corrupt ZIPs,
so upgrade to the most recent version of archiver that also includes
a fix for this bug:

archiverjs/node-archiver#32

Keep specifying a specific archiver version to prevent glitches
caused by using different older or newer versions.
  • Loading branch information
reid committed Oct 5, 2013
1 parent 5727cf9 commit 8bf1380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"grunt-yui-contrib": "~0.0.4",
"grunt-lib-contrib": "~0.5.3",
"grunt-contrib-compress": "0.4.10",
"archiver": "0.4.5"
"archiver": "0.4.10"
},
"scripts": {
"postinstall": "grunt build",
Expand Down

0 comments on commit 8bf1380

Please sign in to comment.