aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-20 06:59:22 -0700
committercainus <[email protected]>2013-06-20 06:59:22 -0700
commit0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf (patch)
tree7ed99f1bfef8afc2d21788c2fa368e75d5dc6140 /package.json
parent7e73beeff55ad4e0fdf425c657bf25c9dc394bc2 (diff)
downloadnode-coveralls-0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf.tar.xz
node-coveralls-0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf.zip
make plain old `npm test` just run unit tests.
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 e038c55..01cc789 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"url": "https://github.com/cainus/node-coveralls/issues"
},
"scripts": {
- "test": "make test-coveralls"
+ "test": "make test"
},
"bin": {
"coveralls": "./bin/coveralls.js"