Skip to content

Commit

Permalink
fix(package.json): add fs-extra package as dependency in package.json (
Browse files Browse the repository at this point in the history
…#199)

fix #193

Co-authored-by: Mhd Hosny Alhazzam <[email protected]>
  • Loading branch information
mhdha94 and Mhd Hosny Alhazzam authored Feb 7, 2025
1 parent 73f54a9 commit 3c8f234
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 19 deletions.
56 changes: 38 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cognigy/cognigy-cli",
"version": "1.6.0",
"version": "1.6.4",
"description": "Cognigy Command Line Interface",
"main": "./build/cognigy.js",
"scripts": {
Expand Down Expand Up @@ -61,6 +61,7 @@
"epub2": "3.0.2",
"express": "4.21.2",
"form-data": "3.0.0",
"fs-extra": "^11.3.0",
"gpt-3-encoder": "1.1.4",
"html-to-text": "9.0.5",
"inquirer": "7.3.3",
Expand Down

0 comments on commit 3c8f234

Please sign in to comment.