Skip to content

Commit

Permalink
feat: Node 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Sep 4, 2024
1 parent da4636d commit 608748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { build } from 'esbuild';
import info from './package.json' assert { type: 'json' };
import info from './package.json' with { type: 'json' };

const svgsNeeded = ['Checkmark', 'Clear', 'EyeOff', 'Flag', 'Pencil', 'Trash'];
const svgsUrls = svgsNeeded.map(svgName => {
Expand Down

0 comments on commit 608748b

Please sign in to comment.