aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-08 15:28:24 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-08 15:32:27 +1000
commit8795e7df4ed371572df52c99e90b13d9e73c2f59 (patch)
treecd7337726024df7b631d541d272d85f50e679fc0 /package.json
parent3ef35b26b8bed24a0ff0b839c2b038beb4ae0a1c (diff)
downloadfengari-8795e7df4ed371572df52c99e90b13d9e73c2f59.tar.gz
fengari-8795e7df4ed371572df52c99e90b13d9e73c2f59.tar.bz2
fengari-8795e7df4ed371572df52c99e90b13d9e73c2f59.zip
package.json: npm automatically adds dependencies to PATH when you run 'npm test'
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c4fa174..d88e1b5 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"test": "tests"
},
"scripts": {
- "test": "./node_modules/babel-tape-runner/bin/babel-tape-runner tests/*.js tests/test-suite/*.js | faucet"
+ "test": "babel-tape-runner tests/*.js tests/test-suite/*.js | faucet"
},
"repository": {
"type": "git",