From 5de60b4ebcbb25a7f498378cc158afeba096f25a Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 16 Nov 2017 17:39:35 -0800 Subject: [PATCH] Remove explicit nan dependency; superstring now works w/ nan 2.8 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b371b101f..9a3bea755 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "mocha-junit-reporter": "^1.13.0", "mocha-multi-reporters": "^1.1.4", "mock-spawn": "^0.2.6", - "nan": "2.7.0", "normalize-package-data": "^2.0.0", "nslog": "^3", "oniguruma": "6.2.1",