Commit 21514e2b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1794 from ethereum-optimism/sc/fix-package-jsons

fix: package json errors
parents 705d5670 8e634b49
---
'@eth-optimism/batch-submitter': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/regenesis-surgery': patch
'@eth-optimism/replica-healthcheck': patch
---
Fix package JSON issues
......@@ -6,7 +6,7 @@
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/index"
"dist/*"
],
"scripts": {
"start": "node ./exec/run-batch-submitter.js",
......
......@@ -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",
......
......@@ -5,7 +5,7 @@
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/index"
"dist/*"
],
"bin": {
"withdraw": "./src/exec/withdraw.ts"
......
......@@ -6,7 +6,7 @@
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/index"
"dist/*"
],
"scripts": {
"clean": "rimraf ./dist ./tsconfig.build.tsbuildinfo",
......
......@@ -6,7 +6,7 @@
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/index"
"dist/*"
],
"scripts": {
"clean": "rimraf ./dist ./tsconfig.build.tsbuildinfo",
......
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