Skip to content

Commit 60d0ed1

Browse files
author
Aleksey Smolenchuk
committed
Support Node v12.0.0
1 parent e95d5b0 commit 60d0ed1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"c++",
1010
"ffi"
1111
],
12-
"version": "1.1.0",
12+
"version": "2.0.0",
1313
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
1414
"repository": {
1515
"type": "git",
@@ -18,16 +18,16 @@
1818
"main": "./lib/struct.js",
1919
"license": "MIT",
2020
"scripts": {
21-
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
21+
"test": "node-gyp rebuild --directory test && mocha -gc-global --expose-gc --reporter spec"
2222
},
2323
"dependencies": {
24-
"debug": "2",
25-
"ref": "1"
24+
"debug": "4",
25+
"ref": "lxe/ref#node-12"
2626
},
2727
"devDependencies": {
28-
"bindings": "~1.2.0",
28+
"bindings": "~1.5.0",
2929
"nan": "2",
3030
"mocha": "*",
31-
"ref-array": "~1.1.2"
31+
"ref-array": "lxe/ref-array#node-12"
3232
}
3333
}

0 commit comments

Comments
 (0)