Skip to content

Commit e3cce81

Browse files
committed
Move @types/big.js to dependencies & bump version
1 parent 9903bfb commit e3cce81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashify",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Lightweight currency conversion library, successor of money.js",
55
"main": "dist/index.js",
66
"type": "module",
@@ -49,7 +49,6 @@
4949
],
5050
"devDependencies": {
5151
"@sindresorhus/tsconfig": "^2.0.0",
52-
"@types/big.js": "^6.1.2",
5352
"@types/node": "^16.11.6",
5453
"ava": "^3.15.0",
5554
"big.js": "^6.1.1",
@@ -77,7 +76,9 @@
7776
"@typescript-eslint/naming-convention": "off"
7877
}
7978
},
80-
"dependencies": {},
79+
"dependencies": {
80+
"@types/big.js": "^6.1.2"
81+
},
8182
"peerDependencies": {
8283
"big.js": ">=6.1.1"
8384
},

0 commit comments

Comments
 (0)