Skip to content

Commit

Permalink
Fix superbytes import
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAdamDavis committed Mar 8, 2024
1 parent e8e6def commit 1558e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/zip-split.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import zip from '@tryghost/zip';
import fs from 'fs-extra';
import {globSync} from 'glob';
import {makeTaskRunner} from '@tryghost/listr-smart-renderer';
import superbytes from 'superbytes';
import {superbytes} from 'superbytes';

function pad(n, width, z) {
z = z || '0';
Expand Down

0 comments on commit 1558e35

Please sign in to comment.