aboutsummaryrefslogtreecommitdiff
path: root/node_modules/matcher/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/matcher/package.json
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/matcher/package.json')
-rw-r--r--node_modules/matcher/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/node_modules/matcher/package.json b/node_modules/matcher/package.json
index cc1523794..b5d97680b 100644
--- a/node_modules/matcher/package.json
+++ b/node_modules/matcher/package.json
@@ -1,6 +1,6 @@
{
"name": "matcher",
- "version": "0.1.2",
+ "version": "1.0.0",
"description": "Simple wildcard matching",
"license": "MIT",
"repository": "sindresorhus/matcher",
@@ -10,10 +10,11 @@
"url": "sindresorhus.com"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"scripts": {
- "test": "xo && ava"
+ "test": "xo && ava",
+ "bench": "matcha bench.js"
},
"files": [
"index.js"
@@ -31,6 +32,7 @@
"string",
"filter",
"glob",
+ "globber",
"globbing",
"minimatch"
],
@@ -39,6 +41,7 @@
},
"devDependencies": {
"ava": "*",
+ "matcha": "^0.7.0",
"xo": "*"
}
}