Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Nov 20, 2024
1 parent 058646a commit d4698f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,21 @@
"main": "lib/Conflux.js",
"module": "lib-es/Conflux.js",
"types": "lib/Conflux.d.ts",
"files": [
"lib/",
"lib-es/",
"src/",
"CHANGELOG.md",
"README.md"
],
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport": "^6.31.4",
"bip32-path": "^0.4.2"
},
"scripts": {
"clean": "rm -rf lib/",
"build": "yarn tsc -p tsconfig.json && tsc -m ES6 --outDir lib-es",
"build": "tsc -p tsconfig.json && tsc -m ES6 --outDir lib-es",
"changeset:publish": "pnpm build && changeset publish"
},
"devDependencies": {
Expand Down

0 comments on commit d4698f2

Please sign in to comment.