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
dd9683bb
Commit
dd9683bb
authored
Feb 04, 2022
by
kf
Committed by
smartcontracts
Feb 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: correctly export SDK
parent
5fea4ec4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ninety-rings-promise.md
.changeset/ninety-rings-promise.md
+5
-0
package.json
packages/sdk/package.json
+1
-1
No files found.
.changeset/ninety-rings-promise.md
0 → 100644
View file @
dd9683bb
---
'
@eth-optimism/sdk'
:
minor
---
Correctly export SDK contents
packages/sdk/package.json
View file @
dd9683bb
...
@@ -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"
:
{
"all"
:
"yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint"
,
"all"
:
"yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint"
,
...
...
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