Skip to content

Commit

Permalink
fix json import
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 10, 2022
1 parent 33dcc3b commit 5a27090
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,6 +1,6 @@
import node from "@rollup/plugin-node-resolve";
import {terser} from "rollup-plugin-terser";
import * as meta from "./package.json" assert {type: "json"};
import meta from "./package.json" assert {type: "json"};

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

Expand Down

0 comments on commit 5a27090

Please sign in to comment.