File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ broadcast/**/dry-run/**/*
1818# misc
1919.DS_Store
2020** /.DS_Store
21+ .npmrc
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments