Skip to content

Commit

Permalink
fix: with -> assert
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Aug 5, 2024
1 parent 3a9019c commit 591bdcb
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
@@ -1,5 +1,5 @@
import terser from "@rollup/plugin-terser";
import pkg from "./package.json" with { type: "json" };
import pkg from "./package.json" assert { type: "json" };
import dts from "rollup-plugin-dts";
import typescript from "@rollup/plugin-typescript";
import replace from "@rollup/plugin-replace";
Expand Down

0 comments on commit 591bdcb

Please sign in to comment.