Skip to content

Commit b6d7570

Browse files
committed
import attributes, not assertions
1 parent ac91a83 commit b6d7570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import commonjs from "@rollup/plugin-commonjs";
33
import json from "@rollup/plugin-json";
44
import node from "@rollup/plugin-node-resolve";
55
import terser from "@rollup/plugin-terser";
6-
import meta from "./package.json" assert {type: "json"};
6+
import meta from "./package.json" with {type: "json"};
77

88
const filename = meta.name.split("/").pop();
99

0 commit comments

Comments
 (0)