Merge pull request #55 from timoxley/script
Remove hard-coded path to test executable.
This commit is contained in:
commit
7650a8e93c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user