diff --git a/rollup.config.js b/rollup.config.js index f2a74ca9..ba25392e 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -24,7 +24,7 @@ export default [ config({ format: "umd", extend: true, - name: "Observable", + name: "observablehq", file: "dist/notebook-stdlib.umd.js" }) ];