Skip to content

Commit 0b80fcc

Browse files
committed
adds keywords, clean up package.json
1 parent 29dab33 commit 0b80fcc

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Diff for: package.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,37 @@
1919
"scripts": {
2020
"test": "mocha"
2121
},
22-
"dependencies": {},
2322
"devDependencies": {
2423
"gulp-format-md": "^0.1.7",
2524
"mocha": "^2.4.5"
2625
},
2726
"keywords": [
27+
"detect",
28+
"expression",
29+
"file",
30+
"filepath",
31+
"match",
32+
"parse",
2833
"path",
2934
"regex",
30-
"root"
35+
"regexp",
36+
"regular",
37+
"root",
38+
"test"
3139
],
3240
"verb": {
3341
"run": true,
3442
"toc": false,
35-
"layout": "default",
43+
"layout": false,
3644
"tasks": [
3745
"readme"
3846
],
3947
"plugins": [
4048
"gulp-format-md"
4149
],
4250
"related": {
51+
"highlight": "path-root",
4352
"list": [
44-
"path-root",
4553
"parse-filepath",
4654
"is-absolute"
4755
]
@@ -54,4 +62,4 @@
5462
"reflinks": true
5563
}
5664
}
57-
}
65+
}

0 commit comments

Comments
 (0)