Skip to content

Commit 391976a

Browse files
author
Florian Treml
committed
Added missing dependency
1 parent a1c0f0c commit 391976a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botium-cli",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Botium - The Selenium for Chatbots",
55
"main": "dist/botium-cli-cjs.js",
66
"module": "dist/botium-cli-es.js",
@@ -55,6 +55,7 @@
5555
"debug": "^4.3.1",
5656
"figlet": "^1.5.0",
5757
"fs-extra": "^9.1.0",
58+
"is-json": "^2.0.1",
5859
"lodash": "^4.17.21",
5960
"mime-types": "^2.1.30",
6061
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)