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": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/fluencelabs/aqua-dht.git" "url": "git+https://github.com/fluencelabs/ipfs-adapter"
}, },
"keywords": [ "keywords": [
"aqua", "aqua",
@ -43,11 +43,11 @@
"author": "Fluence Labs", "author": "Fluence Labs",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@fluencelabs/aqua-cli": "0.1.9-163", "@fluencelabs/aqua-cli": "0.1.9-163",
"typescript": "^3.9.5" "typescript": "^3.9.5"
} }
} }