Skip to content

Commit

Permalink
Set correct URLs in package.json (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
boneyard93501 authored Jul 16, 2021
1 parent bca86df commit 2e64ed5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aqua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/fluencelabs/aqua-dht.git"
"url": "git+/~https://github.com/fluencelabs/ipfs-adapter"
},
"keywords": [
"aqua",
Expand All @@ -43,11 +43,11 @@
"author": "Fluence Labs",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/fluencelabs/aqua-dht/issues"
"url": "/~https://github.com/fluencelabs/ipfs-adapter/issues"
},
"homepage": "https://github.com/fluencelabs/aqua-dht#readme",
"homepage": "hhttps://github.com/fluencelabs/ipfs-adapter#readme",
"devDependencies": {
"@fluencelabs/aqua-cli": "0.1.9-163",
"typescript": "^3.9.5"
}
}
}

0 comments on commit 2e64ed5

Please sign in to comment.