Skip to content

Commit

Permalink
Merge pull request #98 from ethdebug/publish
Browse files Browse the repository at this point in the history
Publish 0.1.0-0 prerelease versions of @ethdebug/format and @ethdebug/pointers
  • Loading branch information
gnidan authored Jul 4, 2024
2 parents 45620b5 + 225c974 commit ff0b79c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"test:debug": "open -a \"Brave Browser\" brave://inspect && node --experimental-vm-modules --nolazy --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --colors --verbose",
"start": "./bin/start",
"lerna": "lerna",
"postinstall": "lerna run prepare"
},
"devDependencies": {
Expand Down
6 changes: 2 additions & 4 deletions packages/pointers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @ethdebug/pointers

_This NPM package contains a reference implementation for dereferencing
**ethdebug/format** [pointers](https://ethdebug.github.io/format/spec/pointer/overview)._

:warning: This package is currently unpublished until ethdebug/format is more
complete.
**ethdebug/format**
[pointers](https://ethdebug.github.io/format/spec/pointer/overview)._
3 changes: 3 additions & 0 deletions packages/pointers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
},
"dependencies": {
"ethereum-cryptography": "^2.1.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit ff0b79c

Please sign in to comment.