summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author--global <aearly@fluid.com>2016-01-15 16:56:37 -0800
committer--global <aearly@fluid.com>2016-01-15 16:56:37 -0800
commitf984553b9d5a2d4600b599ec6746c459707c7338 (patch)
tree8d0dcc5a806c4b9387815d82501ffbe6ce48be8e /package.json
parent9f5a7d04f5c9aa05fabe9f94c393c536e6561bec (diff)
downloadasync-f984553b9d5a2d4600b599ec6746c459707c7338.tar.gz
update code style, increase linter coverage, refactor makefile
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 886fa67..e2d2a97 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"scripts": {
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
- "lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
+ "lint": "jshint lib/ test/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/ gulpfile.js karma.conf.js && jscs lib/ test/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/ gulpfile.js karma.conf.js",
"mocha-browser-test": "karma start",
"mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
"mocha-test": "npm run mocha-node-test",