Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
21514e2b
Unverified
Commit
21514e2b
authored
Nov 22, 2021
by
Mark Tyneway
Committed by
GitHub
Nov 22, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1794 from ethereum-optimism/sc/fix-package-jsons
fix: package json errors
parents
705d5670
8e634b49
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
5 deletions
+14
-5
tiny-houses-smoke.md
.changeset/tiny-houses-smoke.md
+9
-0
package.json
packages/batch-submitter/package.json
+1
-1
package.json
packages/core-utils/package.json
+1
-1
package.json
packages/message-relayer/package.json
+1
-1
package.json
packages/regenesis-surgery/package.json
+1
-1
package.json
packages/replica-healthcheck/package.json
+1
-1
No files found.
.changeset/tiny-houses-smoke.md
0 → 100644
View file @
21514e2b
---
'
@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
packages/batch-submitter/package.json
View file @
21514e2b
...
...
@@ -6,7 +6,7 @@
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"files"
:
[
"dist/
index
"
"dist/
*
"
],
"scripts"
:
{
"start"
:
"node ./exec/run-batch-submitter.js"
,
...
...
packages/core-utils/package.json
View file @
21514e2b
...
...
@@ -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"
,
...
...
packages/message-relayer/package.json
View file @
21514e2b
...
...
@@ -5,7 +5,7 @@
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"files"
:
[
"dist/
index
"
"dist/
*
"
],
"bin"
:
{
"withdraw"
:
"./src/exec/withdraw.ts"
...
...
packages/regenesis-surgery/package.json
View file @
21514e2b
...
...
@@ -6,7 +6,7 @@
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"files"
:
[
"dist/
index
"
"dist/
*
"
],
"scripts"
:
{
"clean"
:
"rimraf ./dist ./tsconfig.build.tsbuildinfo"
,
...
...
packages/replica-healthcheck/package.json
View file @
21514e2b
...
...
@@ -6,7 +6,7 @@
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"files"
:
[
"dist/
index
"
"dist/
*
"
],
"scripts"
:
{
"clean"
:
"rimraf ./dist ./tsconfig.build.tsbuildinfo"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment