Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Apr 11, 2024
1 parent 4520e1e commit e57e954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
"default": "./dist/starknet/index.js"
}
},
"files": [
"dist",
"src",
"README.md"
],
"files": ["dist", "src", "README.md"],
"scripts": {
"build": "tsc",
"test": "vitest",
Expand Down
6 changes: 1 addition & 5 deletions packages/starknet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"README.md"
],
"files": ["dist", "src", "README.md"],
"scripts": {
"prebuild": "pnpm run protobuf && pnpm run gen-proto",
"build": "tsc && cp src/proto/generated.d.ts dist/proto/generated.d.ts",
Expand Down

0 comments on commit e57e954

Please sign in to comment.