From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/detect-file/package.json | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'node_modules/detect-file/package.json') diff --git a/node_modules/detect-file/package.json b/node_modules/detect-file/package.json index 22a9d42d3..d5b3ed8a4 100644 --- a/node_modules/detect-file/package.json +++ b/node_modules/detect-file/package.json @@ -1,7 +1,7 @@ { "name": "detect-file", - "description": "Detect if a filepath exists and resolves the full filepath.", - "version": "0.1.0", + "description": "Detects if a file exists and returns the resolved filepath.", + "version": "1.0.0", "homepage": "https://github.com/doowb/detect-file", "author": "Brian Woodward (https://github.com/doowb)", "repository": "doowb/detect-file", @@ -19,16 +19,28 @@ "scripts": { "test": "mocha" }, - "dependencies": { - "fs-exists-sync": "^0.1.0" - }, + "dependencies": {}, "devDependencies": { "gulp-format-md": "*", "mocha": "*" }, - "keywords": [], + "keywords": [ + "detect", + "exists", + "file", + "file exists", + "file-path", + "filepath", + "path", + "resolve", + "resolve file", + "resolve filepath" + ], "verb": { "layout": "default", + "tasks": [ + "readme" + ], "plugins": [ "gulp-format-md" ], @@ -40,6 +52,9 @@ "reflinks": [ "verb", "verb-readme-generator" - ] + ], + "lint": { + "reflinks": true + } } } -- cgit v1.2.3