Skip to content

Commit

Permalink
fix: move chokidar to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 2, 2023
1 parent 5591c60 commit 2dec6e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "Adrian Smijulj <adrian1358@gmail.com>",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.2",
"cosmiconfig": "^7.0.1",
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
Expand All @@ -21,7 +22,6 @@
"@types/jest": "^28.1.3",
"@types/node": "^16.7.13",
"@types/node-fetch": "^2.6.2",
"chokidar": "^3.5.2",
"jest": "^28.1.2",
"json-schema-to-typescript": "^11.0.1",
"node-fetch": "^2.2.6",
Expand Down

0 comments on commit 2dec6e5

Please sign in to comment.