Skip to content

Commit cace335

Browse files
committed
fix json import
1 parent ac5e29c commit cace335

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
@@ -1,6 +1,6 @@
11
import node from "@rollup/plugin-node-resolve";
22
import {terser} from "rollup-plugin-terser";
3-
import * as meta from "./package.json" assert {type: "json"};
3+
import meta from "./package.json" assert {type: "json"};
44

55
const copyright = `// @observablehq/stdlib v${meta.version} Copyright ${(new Date).getFullYear()} Observable, Inc.`;
66

0 commit comments

Comments
 (0)