Commit 735cd78f authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix[relayer]: update exported files list in package.json (#1138)

* fix[relayer]: update exported files

* chore: add changeset
parent b8e2d685
---
'@eth-optimism/message-relayer': patch
---
Update relayer package JSON to correctly export all files in dist
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
"files": [ "files": [
"dist/index" "dist/*"
], ],
"scripts": { "scripts": {
"start": "node ./exec/run-message-relayer.js", "start": "node ./exec/run-message-relayer.js",
......
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