diff options
Diffstat (limited to 'node_modules/which')
-rw-r--r-- | node_modules/which/CHANGELOG.md | 5 | ||||
-rw-r--r-- | node_modules/which/package.json | 6 |
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", |