From a95820b906aad323f92423c78a46f1088e13b793 Mon Sep 17 00:00:00 2001 From: Aleksey Smolenchuk Date: Thu, 25 Apr 2019 14:41:45 -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 98b3409..91c1862 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "c++", "ffi" ], - "version": "1.1.0", + "version": "2.0.0", "author": "Nathan Rajlich (http://tootallnate.net)", "repository": { "type": "git", @@ -18,16 +18,16 @@ "main": "./lib/struct.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": { - "debug": "2", + "debug": "4", "ref": "1" }, "devDependencies": { - "bindings": "~1.2.0", + "bindings": "~1.5.0", "nan": "2", "mocha": "*", - "ref-array": "~1.1.2" + "ref-array": "lxe/ref-array#node-12" } }