From 010f4f15d60033910119c37a1d4b32840267f840 Mon Sep 17 00:00:00 2001 From: yago Date: Mon, 29 Jun 2015 22:04:29 +0200 Subject: [PATCH] scripts with ./node_modules/bin/ --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6155f90..ac3839b 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "bot" ], "scripts": { - "test": "mocha test/index.js", - "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" + "test": "./node_modules/.bin/mocha test/index.js", + "test-cov": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "author": "Yago Pérez ", "license": "MIT",