Skip to content

Commit 5b3df41

Browse files
chore: swap assert syntax with 'with' (#18236)
Co-authored-by: Taylor Jones <[email protected]>
1 parent e34d80a commit 5b3df41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import path from 'path';
2323
import postcss from 'postcss';
2424
import typescript from '@rollup/plugin-typescript';
2525

26-
import * as packageJson from '../package.json' assert { type: 'json' };
26+
import * as packageJson from '../package.json' with { type: 'json' };
2727

2828
const __dirname = path.dirname(fileURLToPath(import.meta.url));
2929

0 commit comments

Comments
 (0)