Skip to content

Commit

Permalink
chore: setting dev
Browse files Browse the repository at this point in the history
  • Loading branch information
damartripamungkas committed Nov 14, 2023
1 parent 04c7ea6 commit 0684c2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple client rpc for handle eth namespace",
"scripts": {
"test": "npm run build:tsc && node ./test/test.js",
"build:tsup": "rm -rf dist/ && tsup-node ./src/index.ts --format cjs,esm --dts",
"build:tsup": "rm -rf dist/ && tsup ./src/index.ts --format cjs,esm --dts",
"build:tsc": "rm -rf dist/ && tsc"
},
"homepage": "https://github.com/damartripamungkas/simple-client-eth-rpc",
Expand Down Expand Up @@ -44,6 +44,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0"
"eslint": "^8.52.0",
"typescript": "^5.2.2"
}
}

0 comments on commit 0684c2f

Please sign in to comment.