Skip to content

Commit

Permalink
Merge pull request #1733 from UlfChristensen/issues/1732
Browse files Browse the repository at this point in the history
Fix invalid zip issue with plugin upload
  • Loading branch information
canstudios-louisem authored Mar 23, 2018
2 parents 0cc8e8f + db4c037 commit 3e1cbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"semver": "^5.0.3",
"serve-favicon": "^2.3.0",
"underscore": "~1.5.2",
"unzip": "0.1.8",
"unzip2": "0.2.5",
"validator": "4.2.1",
"winston": "1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/content/bower/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var origin = require('../../../'),
_ = require('underscore'),
util = require('util'),
path = require('path'),
unzip = require('unzip'),
unzip = require('unzip2'),
exec = require('child_process').exec,
IncomingForm = require('formidable').IncomingForm,
installHelpers = require('../../../lib/installHelpers');
Expand Down

0 comments on commit 3e1cbd4

Please sign in to comment.