We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dab33 commit 0b80fccCopy full SHA for 0b80fcc
package.json
@@ -19,29 +19,37 @@
19
"scripts": {
20
"test": "mocha"
21
},
22
- "dependencies": {},
23
"devDependencies": {
24
"gulp-format-md": "^0.1.7",
25
"mocha": "^2.4.5"
26
27
"keywords": [
+ "detect",
28
+ "expression",
29
+ "file",
30
+ "filepath",
31
+ "match",
32
+ "parse",
33
"path",
34
"regex",
- "root"
35
+ "regexp",
36
+ "regular",
37
+ "root",
38
+ "test"
39
],
40
"verb": {
41
"run": true,
42
"toc": false,
- "layout": "default",
43
+ "layout": false,
44
"tasks": [
45
"readme"
46
47
"plugins": [
48
"gulp-format-md"
49
50
"related": {
51
+ "highlight": "path-root",
52
"list": [
- "path-root",
53
"parse-filepath",
54
"is-absolute"
55
]
@@ -54,4 +62,4 @@
62
"reflinks": true
63
}
56
64
57
-}
65
+}
0 commit comments