Skip to content

Commit

Permalink
feat: update package json for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
huaweigu committed Nov 6, 2024
1 parent 6cdcfa6 commit 79a2e23
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ broadcast/**/dry-run/**/*
# misc
.DS_Store
**/.DS_Store
.npmrc
23 changes: 20 additions & 3 deletions package.json
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"
}

0 comments on commit 79a2e23

Please sign in to comment.