Skip to content

Commit

Permalink
Replace import assertions with import attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurgm committed Oct 26, 2024
1 parent 3483e91 commit aee9646
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 @@ -3,7 +3,7 @@
import terser from "@rollup/plugin-terser";
import typescript from "@rollup/plugin-typescript";

import pkg from "./package.json" assert { type: "json" };
import pkg from "./package.json" with { type: "json" };

const banner = `/*! kage.js v${pkg.version}
* Licensed under ${pkg.license}
Expand Down

0 comments on commit aee9646

Please sign in to comment.