Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #557 from nohkwak/202312-debug-package-path
Browse files Browse the repository at this point in the history
web3js-ext: Patch the exported path in package.json
  • Loading branch information
Nehemiah Kwak authored Dec 6, 2023
2 parents 36ad7b1 + 740ae42 commit 9a853e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web3js-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@klaytn/web3js-ext",
"version": "0.9.8-beta",
"main": "dist/src/index.js",
"main": "dist/index.js",
"files": [
"./dist",
"./src"
Expand Down Expand Up @@ -39,5 +39,4 @@
"ethereum-cryptography": "^2.1.2",
"lodash": "^4.17.21"
}

}

0 comments on commit 9a853e4

Please sign in to comment.