From 2f4a0ddc9e40f5ead65787104efe8278cbbf35c9 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Wed, 15 Jul 2020 10:39:56 +0100 Subject: [PATCH] 2.1.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 3576fe8..3f8431c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "find-node-modules", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94a202c..73fc4f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-node-modules", - "version": "2.0.0", + "version": "2.1.0", "description": "Return an array of all parent node_modules directories", "main": "index.js", "scripts": {