From 2317abc2f812c62e9a5254dd9412c0ae78b31d44 Mon Sep 17 00:00:00 2001 From: Laurent Christophe Date: Wed, 26 Jan 2022 16:35:56 +0100 Subject: [PATCH] fix: add glob to dependencies instead of devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ed45120c..1f3103500 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",