Skip to content

Commit 9509e9f

Browse files
committed
chore: Fix urls in package.json
1 parent 7fa47dc commit 9509e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"prettier --write"
2828
]
2929
},
30-
"homepage": "https://github.com/iExecBlockchainComputing/PoCo-subgraph.git#readme",
30+
"homepage": "https://github.com/iExecBlockchainComputing/PoCo-subgraph#readme",
3131
"repository": {
3232
"type": "git",
3333
"url": "git+https://github.com/iExecBlockchainComputing/PoCo-subgraph.git"
3434
},
3535
"bugs": {
36-
"url": "https://github.com/iExecBlockchainComputing/PoCo-subgraph.git/issues"
36+
"url": "https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues"
3737
},
3838
"devDependencies": {
3939
"@apollo/client": "^3.11.8",
@@ -58,4 +58,4 @@
5858
"dependencies": {
5959
"@iexec/poco": "^5.5.0"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)