From 960f5a252bd2ebaf99fb8a833d158248e62e47ee Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 09:55:39 -0700 Subject: [PATCH] Added glob to main dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a434fb6c..9276f096 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "init": "node scripts/setup.js" }, "dependencies": { + "glob": "^7.0.3", "async": "^1.4.2", "async-boolean-expression-evaluator": "^1.1.1", "bcrypt": "^0.8.7", @@ -97,7 +98,6 @@ "coveralls": "^2.11.4", "cross-spawn": "^5.0.0", "del": "^2.2.2", - "glob": "^7.0.3", "grunt-execute": "^0.2.2", "grunt-mocha-istanbul": "^3.0.1", "grunt-mocha-test": "~0.12.1",