Skip to content

Commit

Permalink
chore: swap assert syntax with 'with' (#18236)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Jones <[email protected]>
  • Loading branch information
annawen1 and tay1orjones authored Dec 11, 2024
1 parent e34d80a commit 5b3df41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import path from 'path';
import postcss from 'postcss';
import typescript from '@rollup/plugin-typescript';

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

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

Expand Down

0 comments on commit 5b3df41

Please sign in to comment.