Skip to content

Commit

Permalink
➖ Remove unused bignumber
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 18, 2023
1 parent d23da79 commit 95ae546
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"axios": "^0.21.2",
"base64url": "^3.0.1",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.1",
"body-parser": "^1.18.3",
"chrome-aws-lambda": "^10.1.0",
"compression": "^1.7.3",
Expand Down
2 changes: 0 additions & 2 deletions src/mixins/nft.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { BigNumber } from 'bignumber.js';

import { LIKER_LAND_URL_BASE } from '~/constant';
import { checkIsValidISCNId, checkIsValidNFTClassId, parseImageURLFromMetadata } from '~/util/nft';
import {
Expand Down
1 change: 0 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@nuxtjs/sentry": "^5.1.7",
"axios": "^0.21.2",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.1",
"classlist-polyfill": "^1.2.0",
"core-js": "^2.6.5",
"firebase-admin": "^11.5.0",
Expand Down

0 comments on commit 95ae546

Please sign in to comment.