Skip to content

Commit 161ca70

Browse files
author
Kelvin Poon
committed
update package.json
1 parent 81bd407 commit 161ca70

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"homepage": "",
9+
"homepage": "https://github.com/kwp-lab/picgo-plugin-vikadata",
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1",
1212
"build": "tsc -p .",
@@ -15,10 +15,16 @@
1515
"minor": "npm version minor && git push origin master && git push origin --tags",
1616
"major": "npm version major && git push origin master && git push origin --tags"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/kwp-lab/picgo-plugin-vikadata.git"
21+
},
1822
"keywords": [
1923
"picgo",
2024
"picgo-gui-plugin",
21-
"picgo-plugin"
25+
"picgo-plugin",
26+
"vikadata",
27+
"vikadata-api"
2228
],
2329
"author": "ifidea",
2430
"license": "MIT",

0 commit comments

Comments
 (0)