Skip to content

Commit edf3a3d

Browse files
committed
update dependencies
1 parent 6a7cb36 commit edf3a3d

File tree

1 file changed

+58
-59
lines changed

1 file changed

+58
-59
lines changed

package.json

Lines changed: 58 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,60 @@
11
{
2-
"name": "cash-cli",
3-
"version": "4.2.0",
4-
"description": "Convert currency rates directly from your terminal!",
5-
"author": {
6-
"name": "Antoni Kepinski",
7-
"email": "a@kepinski.me",
8-
"url": "https://kepinski.me"
9-
},
10-
"license": "MIT",
11-
"repository": "https://github.com/xxczaki/cash-cli",
12-
"bugs": {
13-
"url": "https://github.com/xxczaki/cash-cli/issues"
14-
},
15-
"homepage": "https://github.com/xxczaki/cash-cli",
16-
"main": "index.js",
17-
"scripts": {
18-
"postinstall": "node bin/post-install.js",
19-
"test": "xo && ava"
20-
},
21-
"xo": {
22-
"rules": {
23-
"unicorn/no-process-exit": 0,
24-
"import/no-unassigned-import": 0
25-
},
26-
"esnext": "true"
27-
},
28-
"bin": {
29-
"cash": "./bin/index.js"
30-
},
31-
"keywords": [
32-
"cash-cli",
33-
"currency",
34-
"exchange",
35-
"rates",
36-
"convert",
37-
"cash",
38-
"fixer",
39-
"api",
40-
"money",
41-
"$$$",
42-
"currencies",
43-
"cli"
44-
],
45-
"dependencies": {
46-
"cashify": "^2.0.1",
47-
"chalk": "^2.4.2",
48-
"conf": "^6.2.0",
49-
"got": "^9.6.0",
50-
"mem": "^5.1.1",
51-
"meow": "^5.0.0",
52-
"ora": "^4.0.2",
53-
"prompts": "^2.2.1",
54-
"v8-compile-cache": "^2.1.0"
55-
},
56-
"devDependencies": {
57-
"ava": "*",
58-
"execa": "*",
59-
"xo": "*"
60-
}
2+
"name": "cash-cli",
3+
"version": "4.2.1",
4+
"description": "Convert currency rates directly from your terminal!",
5+
"author": {
6+
"name": "Antoni Kepinski",
7+
"email": "a@kepinski.me",
8+
"url": "https://kepinski.me"
9+
},
10+
"license": "MIT",
11+
"repository": "https://github.com/xxczaki/cash-cli",
12+
"bugs": {
13+
"url": "https://github.com/xxczaki/cash-cli/issues"
14+
},
15+
"homepage": "https://github.com/xxczaki/cash-cli",
16+
"main": "index.js",
17+
"scripts": {
18+
"postinstall": "node bin/post-install.js",
19+
"test": "xo && ava"
20+
},
21+
"xo": {
22+
"rules": {
23+
"unicorn/no-process-exit": 0,
24+
"import/no-unassigned-import": 0
25+
},
26+
"esnext": "true"
27+
},
28+
"bin": {
29+
"cash": "./bin/index.js"
30+
},
31+
"keywords": [
32+
"cash-cli",
33+
"currency",
34+
"exchange",
35+
"rates",
36+
"convert",
37+
"cash",
38+
"fixer",
39+
"api",
40+
"money",
41+
"$$$",
42+
"currencies",
43+
"cli"
44+
],
45+
"dependencies": {
46+
"cashify": "^2.0.2",
47+
"chalk": "^3.0.0",
48+
"conf": "^6.2.0",
49+
"getopts": "^2.2.5",
50+
"got": "^9.6.0",
51+
"mem": "^6.0.1",
52+
"ora": "^4.0.3",
53+
"prompts": "^2.3.0"
54+
},
55+
"devDependencies": {
56+
"ava": "*",
57+
"execa": "*",
58+
"xo": "*"
59+
}
6160
}

0 commit comments

Comments
 (0)