You've already forked vue-clamp
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user