-
Notifications
You must be signed in to change notification settings - Fork 28
feat: update package json for npm publish #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,3 +18,4 @@ broadcast/**/dry-run/**/* | |
| # misc | ||
| .DS_Store | ||
| **/.DS_Store | ||
| .npmrc | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,31 @@ | ||
| { | ||
| "name": "@erc6900/reference-implementation", | ||
| "version": "0.8.0-rc.5", | ||
| "name": "erc6900-reference-implementation", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tired the original name first, but got This solution or this doc requires the user to sign up with
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah it'd be great if we can get erc6900 back. I tried user name and org name, both unavailable.. |
||
| "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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "devDependencies": { | ||
| "pnpm": "^8.7.5", | ||
| "solhint": "^3.6.2" | ||
| }, | ||
| "files": [ | ||
| "/src/**/*.sol" | ||
| ], | ||
| "scripts": { | ||
| "lint": "pnpm lint:src && pnpm lint:test && pnpm lint:script", | ||
| "lint:src": "solhint --max-warnings 0 -c .solhint-src.json './src/**/*.sol'", | ||
| "lint:test": "solhint --max-warnings 0 -c .solhint-test.json './test/**/*.sol'", | ||
| "lint:script": "solhint --max-warnings 0 -c .solhint-script.json './script/**/*.sol'" | ||
| } | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/erc6900/reference-implementation.git" | ||
| }, | ||
| "keywords": [ | ||
| "erc6900" | ||
| ], | ||
| "author": "ERC6900 Community", | ||
| "license": "GPL-3.0", | ||
| "bugs": { | ||
| "url": "https://github.com/erc6900/reference-implementation/issues" | ||
| }, | ||
| "homepage": "https://github.com/erc6900/reference-implementation#readme" | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaypaik Let me know if we need to adjust any metadata, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!