Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
fix: add glob to dependencies instead of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lachrist committed Jan 26, 2022
1 parent a728184 commit 2317abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"ajv": "^8.6.3",
"ajv-error-tree": "0.0.5",
"escodegen": "^2.0.0",
"glob": "^7.2.0",
"klaw-sync": "^6.0.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.5",
Expand All @@ -66,7 +67,6 @@
"eslint": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"glob": "^7.2.0",
"jsdom": "^18.0.1",
"mocha": "^9.1.3",
"mysql": "^2.18.1",
Expand Down

0 comments on commit 2317abc

Please sign in to comment.