0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

🔥 Drop Node v4 Support

no issue

- support ends today
- see https://github.com/nodejs/Release
- removed `use strict`
This commit is contained in:
kirrg001 2018-04-30 12:33:36 +02:00 committed by Katharina Irrgang
parent 11e9904ff3
commit f83ba3cbf1

View file

@ -1,5 +1,3 @@
'use strict';
const fs = require('fs-extra');
module.exports = function zipFolder(folderToZip, destination, callback) {