aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fined/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fined/package.json')
-rw-r--r--node_modules/fined/package.json16
1 files changed, 7 insertions, 9 deletions
diff --git a/node_modules/fined/package.json b/node_modules/fined/package.json
index bdb019369..6c07137cf 100644
--- a/node_modules/fined/package.json
+++ b/node_modules/fined/package.json
@@ -1,10 +1,10 @@
{
"name": "fined",
- "version": "1.0.2",
+ "version": "1.1.0",
"description": "Find a file given a declaration of locations",
"author": "JS CLI Team (https://github.com/js-cli)",
"contributors": [
- "Takayuki Sato <t110000508260@yahoo.co.jp>",
+ "Takayuki Sato <sttk.xslet@gmail.com>",
"Blaine Bublitz <blaine.bublitz@gmail.com>"
],
"repository": "js-cli/fined",
@@ -18,19 +18,17 @@
"LICENSE"
],
"scripts": {
- "lint": "eslint . && jscs index.js test/",
+ "lint": "eslint . && jscs .",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
},
"dependencies": {
- "expand-tilde": "^1.2.1",
- "lodash.assignwith": "^4.0.7",
- "lodash.isempty": "^4.2.1",
- "lodash.isplainobject": "^4.0.4",
- "lodash.isstring": "^4.0.1",
- "lodash.pick": "^4.2.1",
+ "expand-tilde": "^2.0.2",
+ "is-plain-object": "^2.0.3",
+ "object.defaults": "^1.1.0",
+ "object.pick": "^1.2.0",
"parse-filepath": "^1.0.1"
},
"devDependencies": {