Skip to content

Commit 929252b

Browse files
huaweigujaypaik
authored andcommitted
feat: update package json for npm publish (#205)
1 parent 015bae6 commit 929252b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ broadcast/**/dry-run/**/*
1818
# misc
1919
.DS_Store
2020
**/.DS_Store
21+
.npmrc

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
{
22
"name": "@erc6900/reference-implementation",
3-
"version": "0.8.0",
3+
"description": "Reference implementation for [ERC-6900](https://eips.ethereum.org/EIPS/eip-6900).",
4+
"version": "0.8.1",
45
"devDependencies": {
56
"pnpm": "^8.7.5",
67
"solhint": "^3.6.2"
78
},
9+
"files": [
10+
"/src/**/*.sol"
11+
],
812
"scripts": {
913
"lint": "pnpm lint:src && pnpm lint:test && pnpm lint:script",
1014
"lint:src": "solhint --max-warnings 0 -c .solhint-src.json './src/**/*.sol'",
1115
"lint:test": "solhint --max-warnings 0 -c .solhint-test.json './test/**/*.sol'",
1216
"lint:script": "solhint --max-warnings 0 -c .solhint-script.json './script/**/*.sol'"
1317
},
14-
"license": "MIT"
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/erc6900/reference-implementation.git"
21+
},
22+
"keywords": [
23+
"erc6900"
24+
],
25+
"author": "ERC-6900 Authors",
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/erc6900/reference-implementation/issues"
29+
},
30+
"homepage": "https://github.com/erc6900/reference-implementation#readme"
1531
}

0 commit comments

Comments
 (0)