Skip to content

Commit

Permalink
fix(packages/jellyfish-network): bignumber.js was referenced but neve…
Browse files Browse the repository at this point in the history
…r added in deps (#1368)
  • Loading branch information
fuxingloh authored Apr 22, 2022
1 parent 83139e3 commit 577787e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions packages/jellyfish-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"scripts": {
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"bignumber.js": "^9.0.2"
},
"peerDependencies": {
"defichain": "^0.0.0"
}
Expand Down

0 comments on commit 577787e

Please sign in to comment.