Merge pull request #6 from msftenhanceprovenance/patch-1
Update package.json to include the repository key
This commit is contained in:
commit
218b3d3a5b
@ -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",
|
"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"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/zenozeng/svgcanvas.git"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"canvas",
|
"canvas",
|
||||||
"svg",
|
"svg",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user