Skip to content

Commit bd035f5

Browse files
authored
Merge pull request #35 from neogeek/hotfix/updated-packages
[hotfix] Updated packages.
2 parents 284d4bb + 53a0d28 commit bd035f5

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)