Skip to content

Commit d8bba31

Browse files
author
Matija Petrunic
committed
Fix github repository url in package.json
1 parent 05fabda commit d8bba31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"dist",
1111
"src"
1212
],
13-
"repository": "git@github.com:nodefactory/web3-server-wallet.git",
13+
"repository": {
14+
"type": "git",
15+
"url": "git@github.com:NodeFactoryIo/web3-server-wallet.git"
16+
},
1417
"author": "Nodefactory",
1518
"license": "MIT",
1619
"keywords": [

0 commit comments

Comments
 (0)