Skip to content

Commit

Permalink
Merge pull request #6 from msftenhanceprovenance/patch-1
Browse files Browse the repository at this point in the history
Update package.json to include the repository key
  • Loading branch information
zenozeng authored Aug 17, 2021
2 parents 2e49751 + 9201638 commit 218b3d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/zenozeng/svgcanvas.git"
},
"keywords": [
"canvas",
"svg",
Expand Down

0 comments on commit 218b3d3

Please sign in to comment.