Set correct URLs in package.json (#11)

This commit is contained in:
boneyard93501 2021-07-16 07:55:03 -05:00 committed by GitHub
parent bca86df1b3
commit 2e64ed5e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
@ -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"
}
}
}