feat: update package json for npm publish#205
Merged
huaweigu merged 3 commits intoerc6900:developfrom Mar 27, 2025
Merged
Conversation
huaweigu
commented
Nov 6, 2024
package.json
Outdated
| { | ||
| "name": "@erc6900/reference-implementation", | ||
| "version": "0.8.0-rc.5", | ||
| "name": "erc6900-reference-implementation", |
Contributor
Author
There was a problem hiding this comment.
I tired the original name first, but got
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm ERR! code E404
npm ERR! 404 Not Found - PUT https://registry.npmjs.org/@erc6900%2freference-implementation - Not found
npm ERR! 404
npm ERR! 404 '@erc6900/reference-implementation@0.8.0-rc.6' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
This solution or this doc requires the user to sign up with erc6900 scope, but it is already in use..
Collaborator
There was a problem hiding this comment.
Hmm. I submitted a name dispute request. Would love to keep the org scope if possible...
Contributor
Author
There was a problem hiding this comment.
yeah it'd be great if we can get erc6900 back. I tried user name and org name, both unavailable..
jaypaik
requested changes
Mar 24, 2025
package.json
Outdated
| "version": "0.8.0-rc.5", | ||
| "name": "erc6900-reference-implementation", | ||
| "description": "Reference implementation for [ERC-6900](https://eips.ethereum.org/EIPS/eip-6900).", | ||
| "version": "0.8.0-rc.6", |
Collaborator
There was a problem hiding this comment.
@huaweigu Mind bumping this to 0.8.1 and updating the package name/relevant bits now that we have the erc6900 org on npm?
Contributor
Author
huaweigu
commented
Mar 25, 2025
| @@ -1,15 +1,31 @@ | |||
| { | |||
Contributor
Author
There was a problem hiding this comment.
@jaypaik Let me know if we need to adjust any metadata, thanks!
jaypaik
approved these changes
Mar 26, 2025
jaypaik
pushed a commit
that referenced
this pull request
Mar 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
It'd be helpful for devs to import this project (especially libraries) as a npm package.
Update - package is published here.
Solution
package.jsonto benpm publishready