Skip to content

Commit

Permalink
Merge pull request #18 from andreas-papageorgiou/fix-package-main
Browse files Browse the repository at this point in the history
point main to dist/index.js
  • Loading branch information
zzGHzz authored Jan 20, 2023
2 parents 6a69009 + a3160ac commit b4e3382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web3-providers-connex",
"version": "0.7.4",
"description": "Web3.js provider built upon Connex.js to allow Web3.js/ethers.js to be compatible with the Thor protocol",
"main": "dist/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit b4e3382

Please sign in to comment.