Commit 7ae1c67f authored by Kelvin Fichter's avatar Kelvin Fichter

fix(sdk): update package json with correct repo

Updates the package.json file for the SDK to include the correct
repository link.
parent 0f042da8
---
'@eth-optimism/sdk': patch
---
Update package json to include correct repo link
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
"ethereum", "ethereum",
"sdk" "sdk"
], ],
"homepage": "https://github.com/ethereum-optimism/optimism-monorepo/tree/master/packages/sdk#readme", "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme",
"license": "MIT", "license": "MIT",
"author": "Optimism PBC", "author": "Optimism PBC",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"devDependencies": { "devDependencies": {
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment