Skip to content

Commit 53a0d28

Browse files
committed
Updated packages.
1 parent 284d4bb commit 53a0d28

File tree

3 files changed

+151
-134
lines changed

3 files changed

+151
-134
lines changed

bin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import parseCmdArgs from 'parse-cmd-args';
1313
import { buildFiles, writeFiles } from '../src/build.js';
1414
import { copyFiles } from '../src/copy.js';
1515

16-
import pkg from '../package.json' assert { type: 'json' };
16+
import pkg from '../package.json' with { type: 'json' };
1717

1818
const elapsedTimeLabel = 'Elapsed time';
1919

0 commit comments

Comments
 (0)