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 422aaaa commit 83c0d67Copy full SHA for 83c0d67
package.json
@@ -28,9 +28,10 @@
28
"dht.js": "",
29
"mocha": ""
30
},
31
+
32
"scripts": {
- "test": "./node_modules/.bin/mocha",
33
- "bench": "./node_modules/.bin/matcha benchmark/*.js"
+ "test": "node node_modules/mocha/bin/mocha",
34
+ "bench": "node node_modules/matcha/bin/matcha benchmark/*.js"
35
36
37
"repository": {
0 commit comments