Skip to content

Commit 8b06338

Browse files
committed
fix: publishing
1 parent 94197fc commit 8b06338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import commonjs from '@rollup/plugin-commonjs';
22
import resolve from '@rollup/plugin-node-resolve';
33
import typescript from '@rollup/plugin-typescript';
44

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

77
export default {
88
input: 'src/index.ts',

0 commit comments

Comments
 (0)