Commit af96563a authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix typechain export

The `package.json` defines the files that are included
in the `npm` package, the previous glob did not match
all of the typechain artifacts.
parent fe799948
---
'@eth-optimism/contracts-bedrock': patch
---
Fix typechain exports
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
"dist/**/*.d.ts", "dist/**/*.d.ts",
"dist/types/*.ts", "dist/types/**/*.ts",
"artifacts/contracts/**/*.json", "artifacts/contracts/**/*.json",
"deployments/**/*.json", "deployments/**/*.json",
"contracts/**/*.sol" "contracts/**/*.sol"
......
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