package.json: use relative paths consistently
authorXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 15 Apr 2013 16:25:59 +0000 (19:25 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sat, 20 Apr 2013 14:17:48 +0000 (17:17 +0300)
package.json

index 670d7b7..a80c062 100644 (file)
@@ -17,7 +17,7 @@
   },
   "main": "index.js",
   "scripts": {
-    "bench": "node test/bench.js",
+    "bench": "node ./test/bench.js",
     "check": "jshint .",
     "prepublish": "jshint .",
     "test": "vows"