Skip to content

Commit

Permalink
fix: use with instead of assert
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 15, 2024
1 parent 5668f2d commit 3467b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import terser from '@rollup/plugin-terser'
import path from 'path'
import { rimraf } from 'rimraf'
import camelCase from 'camelcase'
import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }

const cwd = process.cwd()

Expand Down

0 comments on commit 3467b4b

Please sign in to comment.