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 613d7ec commit 604a2cbCopy full SHA for 604a2cb
package.json
@@ -5,7 +5,7 @@
5
"array",
6
"ref"
7
],
8
- "version": "1.2.0",
+ "version": "2.0.0",
9
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
10
"repository": {
11
"type": "git",
@@ -14,16 +14,16 @@
14
"main": "./lib/array.js",
15
"license": "MIT",
16
"scripts": {
17
- "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
+ "test": "node-gyp rebuild --directory test && mocha -gc-global --expose-gc --reporter spec"
18
},
19
"dependencies": {
20
"array-index": "1",
21
- "debug": "2",
22
- "ref": "1"
+ "debug": "4",
+ "ref": "lxe/ref#node-12"
23
24
"devDependencies": {
25
"bindings": "1",
26
- "mocha": "3",
+ "mocha": "6",
27
"nan": "2"
28
}
29
0 commit comments