diff options
Diffstat (limited to 'node_modules/is-dotfile/package.json')
| -rw-r--r-- | node_modules/is-dotfile/package.json | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/node_modules/is-dotfile/package.json b/node_modules/is-dotfile/package.json index 91bde2238..09e34379f 100644 --- a/node_modules/is-dotfile/package.json +++ b/node_modules/is-dotfile/package.json @@ -1,9 +1,13 @@ { "name": "is-dotfile", "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.", - "version": "1.0.2", + "version": "1.0.3", "homepage": "https://github.com/jonschlinkert/is-dotfile", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Evan Lowry (http://exitiumonline.com)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], "repository": "jonschlinkert/is-dotfile", "bugs": { "url": "https://github.com/jonschlinkert/is-dotfile/issues" @@ -22,6 +26,7 @@ "devDependencies": { "benchmarked": "^0.1.3", "dotfile-regex": "^0.1.2", + "gulp-format-md": "^0.1.12", "mocha": "*" }, "keywords": [ @@ -43,11 +48,22 @@ "verb": { "related": { "list": [ - "has-glob", - "is-glob", + "dotdir-regex", "dotfile-regex", - "is-dotdir" + "is-dotdir", + "is-glob" ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true } } } |
