Skip to content

Commit 9766da1

Browse files
author
John Yong
committed
Modified package.json
1 parent 0edba90 commit 9766da1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "web3js-snippets",
33
"displayName": "Web3js Snippets",
44
"description": "Snippets for web3js",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "lemon-berry",
77
"engines": {
88
"vscode": "^1.19.0"
@@ -18,6 +18,15 @@
1818
}
1919
]
2020
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/yikkok-yong/web3js-snippets.git"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/yikkok-yong/web3js-snippets/issues",
27+
"email": "[email protected]"
28+
},
29+
"homepage": "https://github.com/yikkok-yong/web3js-snippets/",
2130
"license": "MIT",
2231
"keywords": ["web3", "snippets"]
2332
}

0 commit comments

Comments
 (0)