Skip to content

Commit ee7fedf

Browse files
author
Matija Petrunić
authored
Merge pull request #31 from NodeFactoryIo/mpetrunic/update-package-json
add proper github links
2 parents 02a3251 + 3b55d87 commit ee7fedf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.1.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
6+
"homepage": "https://github.com/NodeFactoryIo/web3-server-wallet",
67
"publishConfig": {
78
"access": "public"
89
},
@@ -12,9 +13,9 @@
1213
],
1314
"repository": {
1415
"type": "git",
15-
"url": "git@github.com:NodeFactoryIo/web3-server-wallet.git"
16+
"url": "git+https://github.com/NodeFactoryIo/web3-server-wallet.git"
1617
},
17-
"author": "Nodefactory",
18+
"author": "NodeFactory <info@nodefactory.io>",
1819
"license": "MIT",
1920
"keywords": [
2021
"web3",

0 commit comments

Comments
 (0)