Skip to content

Commit

Permalink
update build.js for renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Jan 24, 2020
1 parent 2c1d7c3 commit 420d3e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ var baseNormalize = globalJS.normalize();
stealTools.export({
steal: {
config: __dirname + "/package.json!npm",
main: "react-to-webcomponent",
main: "react-to-can-webcomponent",
},
outputs: {
"global core": {
modules: ["react-to-webcomponent"],
modules: ["react-to-can-webcomponent"],
format: "global",
dest: __dirname + "/dist/react-to-webcomponent.js",
dest: __dirname + "/dist/react-to-can-webcomponent.js",
removeDevelopmentCode: false,
useNormalizedDependencies: true,
exports: {
Expand Down

0 comments on commit 420d3e0

Please sign in to comment.