massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-glob / package.json
index 806000dbdafcc7e06d7256e944c036ee1876db69..858af0378e9d36813353b51271aec88ee0d3328b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "is-glob",
   "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
-  "version": "4.0.1",
+  "version": "4.0.3",
   "homepage": "https://github.com/micromatch/is-glob",
   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
   "contributors": [
@@ -22,7 +22,7 @@
     "node": ">=0.10.0"
   },
   "scripts": {
-    "test": "mocha"
+    "test": "mocha && node benchmark.js"
   },
   "dependencies": {
     "is-extglob": "^2.1.1"