Skip to content

Commit ce2c3f7

Browse files
committedOct 14, 2024·
Update assert syntax
1 parent 0110151 commit ce2c3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pkg from './package.json' assert {type: 'json'}
1+
import pkg from './package.json' with {type: 'json'}
22

33
export default {
44
input: 'dist/index.js',

0 commit comments

Comments
 (0)
Please sign in to comment.