From 6c094f992d157e15ac89ce83f7a300894f15cb55 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 3 Oct 2019 15:51:36 -0700 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4eff95..d38c877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "which", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a33665c..0b82475 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (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.1", + "version": "2.0.0", "repository": { "type": "git", "url": "git://github.com/isaacs/node-which.git"