Skip to content

Commit 3b25c13

Browse files
author
Aleksey Smolenchuk
committed
Support Node v12.0.0
1 parent 613d7ec commit 3b25c13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"array",
66
"ref"
77
],
8-
"version": "1.2.0",
8+
"version": "2.0.0",
99
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
1010
"repository": {
1111
"type": "git",
@@ -14,16 +14,16 @@
1414
"main": "./lib/array.js",
1515
"license": "MIT",
1616
"scripts": {
17-
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
17+
"test": "node-gyp rebuild --directory test && mocha -gc-global --expose-gc --reporter spec"
1818
},
1919
"dependencies": {
2020
"array-index": "1",
21-
"debug": "2",
22-
"ref": "1"
21+
"debug": "4",
22+
"ref": "lxe/ref#node-12"
2323
},
2424
"devDependencies": {
2525
"bindings": "1",
26-
"mocha": "3",
26+
"mocha": "6",
2727
"nan": "2"
2828
}
2929
}

0 commit comments

Comments
 (0)