From b182a1904210dd4e6a306afa47264abb120042a2 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Tue, 12 Jul 2016 15:42:02 -0400 Subject: [PATCH] Revert "add "path-array" dep" This reverts commit 81eadc5692eb33f308209412daa7db5d53bcb744. PR-URL: https://github.com/nodejs/node-gyp/pull/990 Reviewed-By: Ben Noordhuis --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c695636ecf..594aaea010 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "nopt": "2 || 3", "npmlog": "0 || 1 || 2 || 3", "osenv": "0", - "path-array": "^1.0.0", "request": "2", "rimraf": "2", "semver": "2.x || 3.x || 4 || 5",