We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95d5b0 commit a95820bCopy full SHA for a95820b
package.json
@@ -9,7 +9,7 @@
9
"c++",
10
"ffi"
11
],
12
- "version": "1.1.0",
+ "version": "2.0.0",
13
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
14
"repository": {
15
"type": "git",
@@ -18,16 +18,16 @@
18
"main": "./lib/struct.js",
19
"license": "MIT",
20
"scripts": {
21
- "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
+ "test": "node-gyp rebuild --directory test && mocha -gc-global --expose-gc --reporter spec"
22
},
23
"dependencies": {
24
- "debug": "2",
+ "debug": "4",
25
"ref": "1"
26
27
"devDependencies": {
28
- "bindings": "~1.2.0",
+ "bindings": "~1.5.0",
29
"nan": "2",
30
"mocha": "*",
31
- "ref-array": "~1.1.2"
+ "ref-array": "lxe/ref-array#node-12"
32
}
33
0 commit comments