1
0

feat: add github links to package (#23)

* feat: add github links to package
This is so sites like npmjs.com can link to the github repository directly rather than go to the docs site and then click on the github link

* Update homepage url

Co-Authored-By: GU Yiling <justice360@gmail.com>
This commit is contained in:
arnaudvalle
2019-10-09 15:01:13 +02:00
committed by GU Yiling
parent a336f90713
commit b1f8903674

View File

@@ -11,6 +11,14 @@
"prepublishOnly": "cp ./src/components/Clamp.js .",
"publish": "rm ./Clamp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Justineo/vue-clamp.git"
},
"bugs": {
"url": "https://github.com/Justineo/vue-clamp/issues"
},
"homepage": "https://justineo.github.io/vue-clamp/demo/",
"main": "dist/vue-clamp.js",
"module": "Clamp.js",
"dependencies": {