Skip to content

Commit c1c9342

Browse files
committed
chore: import assertions are no longer supported by Node
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent e0394a4 commit c1c9342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'
66
import commonjs from '@rollup/plugin-commonjs'
77
import typescript from '@rollup/plugin-typescript'
88

9-
import packageJSON from './package.json' assert { type: 'json' }
9+
import packageJSON from './package.json' with { type: 'json' }
1010

1111
const external = [
1212
...Object.keys(packageJSON.dependencies),

0 commit comments

Comments
 (0)