mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
62c2fce6cc
- switch back from @tryghost/extract-zip to extract-zip now that it has been fixed (and is much better maintained) - switch the internal interface to be fully promise-based and test promise-based too
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
const extract = require('extract-zip');
|
|
const zipFolder = require('./lib/zip-folder');
|
|
|
|
module.exports = {
|
|
extract,
|
|
zipFolder
|
|
};
|