Commit 9599b697 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix[contracts]: Fix a bug in contracts package json that removed artifacts (#810)

* fix: bug in contracts package json

* chore: add changeset
parent f3f04697
---
'@eth-optimism/contracts': patch
---
Fixed a bug in package json that stopped artifacts from being published
...@@ -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/contracts/*.json", "artifacts/contracts/**/*.json",
"artifacts-ovm/contracts/*.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