aboutsummaryrefslogtreecommitdiff
path: root/node_modules/which
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/which
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
update packages
Diffstat (limited to 'node_modules/which')
-rw-r--r--node_modules/which/CHANGELOG.md5
-rw-r--r--node_modules/which/package.json6
2 files changed, 8 insertions, 3 deletions
diff --git a/node_modules/which/CHANGELOG.md b/node_modules/which/CHANGELOG.md
index 367acb12a..3d83d2694 100644
--- a/node_modules/which/CHANGELOG.md
+++ b/node_modules/which/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changes
+## 1.3.1
+
+* update deps
+* update travis
+
## v1.3.0
* Add nothrow option to which.sync
diff --git a/node_modules/which/package.json b/node_modules/which/package.json
index 34885223f..51be376f6 100644
--- a/node_modules/which/package.json
+++ b/node_modules/which/package.json
@@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "which",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
- "version": "1.3.0",
+ "version": "1.3.1",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-which.git"
@@ -15,8 +15,8 @@
},
"devDependencies": {
"mkdirp": "^0.5.0",
- "rimraf": "^2.3.3",
- "tap": "^10.7.0"
+ "rimraf": "^2.6.2",
+ "tap": "^12.0.1"
},
"scripts": {
"test": "tap test/*.js --cov",