Skip to content

Commit 83c0d67

Browse files
committed
Updated package.json: fixed scripts to work on win
1 parent 422aaaa commit 83c0d67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
"dht.js": "",
2929
"mocha": ""
3030
},
31+
3132
"scripts": {
32-
"test": "./node_modules/.bin/mocha",
33-
"bench": "./node_modules/.bin/matcha benchmark/*.js"
33+
"test": "node node_modules/mocha/bin/mocha",
34+
"bench": "node node_modules/matcha/bin/matcha benchmark/*.js"
3435
},
3536

3637
"repository": {

0 commit comments

Comments
 (0)