Commit d3feab5e authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #2139 from ethereum-optimism/sc/sdk-correct-publish

fix: correctly export SDK
parents 5fea4ec4 dd9683bb
---
'@eth-optimism/sdk': minor
---
Correctly export SDK contents
......@@ -5,7 +5,7 @@
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/index"
"dist/*"
],
"scripts": {
"all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
......
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