We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a6cc8 commit f7bd725Copy full SHA for f7bd725
1 file changed
tasks/zip-split.js
@@ -4,7 +4,8 @@ import zip from '@tryghost/zip';
4
import fs from 'fs-extra';
5
import {globSync} from 'glob';
6
import {makeTaskRunner} from '@tryghost/listr-smart-renderer';
7
-import {superbytes} from 'superbytes';
+import pkg from 'superbytes';
8
+const {superbytes} = pkg;
9
10
function pad(n, width, z) {
11
z = z || '0';
0 commit comments