Skip to content

Commit

Permalink
Move @types/big.js to dependencies & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Dec 10, 2021
1 parent 9903bfb commit e3cce81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashify",
"version": "3.0.0",
"version": "3.0.1",
"description": "Lightweight currency conversion library, successor of money.js",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -49,7 +49,6 @@
],
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/big.js": "^6.1.2",
"@types/node": "^16.11.6",
"ava": "^3.15.0",
"big.js": "^6.1.1",
Expand Down Expand Up @@ -77,7 +76,9 @@
"@typescript-eslint/naming-convention": "off"
}
},
"dependencies": {},
"dependencies": {
"@types/big.js": "^6.1.2"
},
"peerDependencies": {
"big.js": ">=6.1.1"
},
Expand Down

0 comments on commit e3cce81

Please sign in to comment.