-
Notifications
You must be signed in to change notification settings - Fork 29
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", | ||
|
||
| "description": "Reference implementation for [ERC-6900](https://eips.ethereum.org/EIPS/eip-6900).", | ||
| "version": "0.8.0-rc.6", | ||
|
||
| "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!