Skip to content

Commit f5aca7b

Browse files
committed
run update
1 parent 36f9c62 commit f5aca7b

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- node
5+
- '6'

.verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The following options may be used with the main `glob` function or any other met
2929
- `failglob`: If set, patterns that fail to match filenames during pathname expansion result in an error message.
3030
- `globstar`: Enable recursive globbing with `**`.
3131
- `nocaseglob`: (or `nocase`, for [node-glob][] compatibility) Enable case-insensitive matching in filenames when performing pathname expansion.
32-
- `nullglob`: If set, Bash allows patterns which match no files to expand to a null string, rather than themselves.
32+
- `nullglob`: If set, Bash allows patterns which match no files to expand to a null string, rather than themselves.

package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"scripts": {
2020
"test": "mocha"
2121
},
22-
"keywords": [
23-
"bash",
24-
"glob"
25-
],
2622
"dependencies": {
2723
"async-each": "^1.0.1",
2824
"component-emitter": "^1.2.1",
@@ -42,6 +38,36 @@
4238
"mocha": "^3.1.0",
4339
"yargs-parser": "^4.0.2"
4440
},
41+
"keywords": [
42+
"bash",
43+
"expand",
44+
"expansion",
45+
"expression",
46+
"file",
47+
"files",
48+
"filter",
49+
"find",
50+
"glob",
51+
"globbing",
52+
"globs",
53+
"globstar",
54+
"match",
55+
"matcher",
56+
"matches",
57+
"matching",
58+
"micromatch",
59+
"minimatch",
60+
"multimatch",
61+
"nanomatch",
62+
"path",
63+
"pattern",
64+
"patterns",
65+
"regex",
66+
"regexp",
67+
"regular",
68+
"shell",
69+
"wildcard"
70+
],
4571
"verb": {
4672
"toc": false,
4773
"layout": "default",

0 commit comments

Comments
 (0)