Skip to content

Commit

Permalink
dist/svgcanvas.esm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Jun 13, 2021
1 parent e0804a6 commit 307e371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "svgcanvas",
"main": "dist/svgcanvas.js",
"scripts": {
"build": "rollup index.js -o dist/svgcanvas.js -f cjs && rollup test/index.js -o dist/test.js -f iife",
"build": "rollup index.js -o dist/svgcanvas.js -f cjs && rollup index.js -o dist/svgcanvas.esm.js -f es && rollup test/index.js -o dist/test.js -f iife",
"prepublishOnly": "npm run build"
},
"keywords": [
Expand Down

0 comments on commit 307e371

Please sign in to comment.