Skip to content

Commit

Permalink
Merge pull request hyperledger#127 from ryanio/update-package-json-links
Browse files Browse the repository at this point in the history
Update package.json links
  • Loading branch information
lightclient authored Nov 16, 2021
2 parents f338900 + 79c9990 commit 3f4b8ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eth1.0-apis",
"name": "execution-apis",
"version": "0.0.0",
"description": "Collection of JSON-RPC APIs provided by Ethereum 1.0 clients",
"main": "index.js",
Expand All @@ -10,14 +10,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/eth1.0-apis.git"
"url": "git+https://github.com/ethereum/execution-apis.git"
},
"author": "Ethereum",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/ethereum/eth1.0-apis/issues"
"url": "https://github.com/ethereum/execution-apis/issues"
},
"homepage": "https://github.com/ethereum/eth1.0-apis#readme",
"homepage": "https://github.com/ethereum/execution-apis#readme",
"dependencies": {
"@open-rpc/schema-utils-js": "^1.15.0",
"json-schema-merge-allof": "^0.8.1"
Expand Down

0 comments on commit 3f4b8ca

Please sign in to comment.