Skip to content

Commit c94f298

Browse files
dynstwebmaster128
authored andcommitted
remove bn.js dependency from math package
1 parent 9a57a20 commit c94f298

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.pnp.cjs

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/math/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@
3737
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
3838
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
3939
},
40-
"dependencies": {
41-
"bn.js": "^5.2.0"
42-
},
4340
"devDependencies": {
4441
"@istanbuljs/nyc-config-typescript": "^1.0.1",
45-
"@types/bn.js": "^5",
4642
"@types/jasmine": "^4",
4743
"@types/karma-firefox-launcher": "^2",
4844
"@types/karma-jasmine": "^4",

yarn.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,10 @@ __metadata:
523523
resolution: "@cosmjs/math@workspace:packages/math"
524524
dependencies:
525525
"@istanbuljs/nyc-config-typescript": "npm:^1.0.1"
526-
"@types/bn.js": "npm:^5"
527526
"@types/jasmine": "npm:^4"
528527
"@types/karma-firefox-launcher": "npm:^2"
529528
"@types/karma-jasmine": "npm:^4"
530529
"@types/karma-jasmine-html-reporter": "npm:^1"
531-
bn.js: "npm:^5.2.0"
532530
buffer: "npm:^6.0.3"
533531
eslint: "npm:^8.57.1"
534532
glob: "npm:^11"

0 commit comments

Comments
 (0)