Skip to content

Commit 2ddc91c

Browse files
committed
chore: support node 22
1 parent 46232af commit 2ddc91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineExternal, definePlugins } from '@gera2ld/plaid-rollup';
22
import { builtinModules } from 'module';
33
import { defineConfig } from 'rollup';
4-
import pkg from './package.json' assert { type: 'json' };
4+
import pkg from './package.json' with { type: 'json' };
55

66
const BANNER = `/*! ${pkg.name} v${pkg.version} | ${pkg.license} License */`;
77

0 commit comments

Comments
 (0)