Skip to content

Commit

Permalink
chore: fix deprecated import assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Dec 7, 2024
1 parent 43da5a9 commit 3e659ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as meta from "./package.json" assert { type: "json" };
import * as meta from "./package.json" with { type: "json" };

// ------ JavaScript
import { babel } from "@rollup/plugin-babel";
Expand Down

0 comments on commit 3e659ce

Please sign in to comment.