Skip to content

Commit

Permalink
update package.json links
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Nov 15, 2021
1 parent f338900 commit 79c9990
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 79c9990

Please sign in to comment.