We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bd407 commit 161ca70Copy full SHA for 161ca70
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"publishConfig": {
7
"access": "public"
8
},
9
- "homepage": "",
+ "homepage": "https://github.com/kwp-lab/picgo-plugin-vikadata",
10
"scripts": {
11
"test": "echo \"Error: no test specified\" && exit 1",
12
"build": "tsc -p .",
@@ -15,10 +15,16 @@
15
"minor": "npm version minor && git push origin master && git push origin --tags",
16
"major": "npm version major && git push origin master && git push origin --tags"
17
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/kwp-lab/picgo-plugin-vikadata.git"
21
+ },
22
"keywords": [
23
"picgo",
24
"picgo-gui-plugin",
- "picgo-plugin"
25
+ "picgo-plugin",
26
+ "vikadata",
27
+ "vikadata-api"
28
],
29
"author": "ifidea",
30
"license": "MIT",
0 commit comments