Merge pull request #55 from timoxley/script

Remove hard-coded path to test executable.
This commit is contained in:
Julien Fontanet 2015-05-15 10:58:50 +02:00
commit 7650a8e93c

View File

@ -4,7 +4,7 @@
"version": "0.2.10",
"main": "./source-map-support.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
"test": "mocha"
},
"dependencies": {
"source-map": "0.1.32"