Skip to content

Commit

Permalink
Replace extract-zip-fork by extract-zip
Browse files Browse the repository at this point in the history
no issue

- we had to fork the dependency last year, because there was zero support/maintenance
  • Loading branch information
kirrg001 committed Oct 11, 2017
1 parent b1d829d commit 49516a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/server/data/importer/index.js
Expand Up @@ -7,7 +7,7 @@ var _ = require('lodash'),
os = require('os'),
glob = require('glob'),
uuid = require('uuid'),
extract = require('extract-zip-fork'),
extract = require('extract-zip'),
errors = require('../../errors'),
ImageHandler = require('./handlers/image'),
JSONHandler = require('./handlers/json'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"downsize": "0.0.8",
"express": "4.15.0",
"express-hbs": "1.0.4",
"extract-zip-fork": "1.5.1",
"extract-zip": "1.6.5",
"fs-extra": "2.1.2",
"ghost-gql": "0.0.6",
"glob": "5.0.15",
Expand Down

0 comments on commit 49516a2

Please sign in to comment.