summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index b797250..ec89faf 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
},
"scripts": {
"test": "npm run-script lint && nodeunit test/test-async.js",
- "lint": "jshint lib/async.js test/test-async.js"
+ "lint": "jshint lib/*.js test/*.js perf/*.js"
},
"spm": {
"main": "lib/async.js"
@@ -51,7 +51,8 @@
"node_modules",
"bower_components",
"test",
- "tests"
+ "tests",
+ "perf"
]
}
}