From 3b25c13e25c30c813128ee0d43f957d6bf605417 Mon Sep 17 00:00:00 2001 From: Aleksey Smolenchuk Date: Thu, 25 Apr 2019 14:39:36 -0700 Subject: [PATCH] Support Node v12.0.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3422913..4c35477 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "array", "ref" ], - "version": "1.2.0", + "version": "2.0.0", "author": "Nathan Rajlich (http://tootallnate.net)", "repository": { "type": "git", @@ -14,16 +14,16 @@ "main": "./lib/array.js", "license": "MIT", "scripts": { - "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec" + "test": "node-gyp rebuild --directory test && mocha -gc-global --expose-gc --reporter spec" }, "dependencies": { "array-index": "1", - "debug": "2", - "ref": "1" + "debug": "4", + "ref": "lxe/ref#node-12" }, "devDependencies": { "bindings": "1", - "mocha": "3", + "mocha": "6", "nan": "2" } }