Skip to content

Commit

Permalink
Support Node v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Smolenchuk committed Apr 25, 2019
1 parent e95d5b0 commit a95820b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"c++",
"ffi"
],
"version": "1.1.0",
"version": "2.0.0",
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
"repository": {
"type": "git",
Expand All @@ -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"
}
}

0 comments on commit a95820b

Please sign in to comment.