aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-file/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/detect-file/package.json')
-rw-r--r--node_modules/detect-file/package.json29
1 files changed, 22 insertions, 7 deletions
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
+ }
}
}