Merge pull request #6 from msftenhanceprovenance/patch-1

Update package.json to include the repository key
This commit is contained in:
Zeno Zeng 2021-08-17 23:33:26 +08:00 committed by GitHub
commit 218b3d3a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",