Commit 6dc18774 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix[contracts]: Reduce npm package size (#780)

* fix[contracts]: Reduce npm package size

* chore[contracts]: Add changeset
parent ce7fa52b
---
'@eth-optimism/contracts': patch
---
Heavily reduces npm package size by excluding unnecessary files.
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"dist/**/*.js", "dist/**/*.js",
"dist/types/*.ts", "dist/types/*.ts",
"dist/types-ovm/*.ts", "dist/types-ovm/*.ts",
"artifacts/**/*.json", "artifacts/contracts/*.json",
"artifacts-ovm/**/*.json", "artifacts-ovm/contracts/*.json",
"OVM", "OVM",
"iOVM", "iOVM",
"libraries", "libraries",
......
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