Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Mar 18, 2024
1 parent 9859041 commit d0f0aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"url": "git://github.com/Destiner/ethcall.git"
},
"type": "module",
"main": "lib/index.js",
"exports": "./lib/index.js",
"main": "dist/index.js",
"exports": "dist/index.js",
"scripts": {
"test": "vitest run",
"lint": "npm run lint:eslint && npm run lint:prettier",
Expand Down

0 comments on commit d0f0aee

Please sign in to comment.