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:
parent
11e9904ff3
commit
f83ba3cbf1
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
'use strict';
|
||||
|
||||
const fs = require('fs-extra');
|
||||
|
||||
module.exports = function zipFolder(folderToZip, destination, callback) {
|
||||
|
|
Loading…
Add table
Reference in a new issue