Skip to content

Commit

Permalink
fix: move command-exists to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Sep 2, 2020
1 parent 05e81ad commit 72abd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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 @@ -40,6 +40,7 @@
"dependencies": {
"ajv": "^6.12.4",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"emoji-regex": "^9.0.0",
"eslint-config-standard": "^14.1.1",
"find-config": "^1.0.0",
Expand All @@ -63,7 +64,6 @@
"chai-as-promised": "^7.1.1",
"chai-each": "0.0.1",
"chai-string": "^1.5.0",
"command-exists": "^1.2.9",
"documentation": "^13.0.2",
"eslint": "^7.7.0",
"eslint-plugin-jsdoc": "^30.3.0",
Expand Down

0 comments on commit 72abd8a

Please sign in to comment.