Skip to content

Commit

Permalink
Expose umd module under name "leopard"
Browse files Browse the repository at this point in the history
  • Loading branch information
PullJosh committed Jul 1, 2020
1 parent 66a02e6 commit 8dcef07
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
Expand Up @@ -13,7 +13,7 @@ export default [
{
file: "dist/index.umd.js",
format: "umd",
name: "scratchjs",
name: "leopard",
sourcemap: true
}
],
Expand Down

0 comments on commit 8dcef07

Please sign in to comment.