summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-20 15:46:46 -0700
committerAlexander Early <aearly@fluid.com>2015-05-20 16:04:14 -0700
commit39715f48f23dc36cb0e8ebe44dde16ca07a04b06 (patch)
treeeb2afe27630f622fa6c56fb1f003c97e6eb53131 /package.json
parent3ffbf2b2fddf68d824c98903c60a9d35b34570e6 (diff)
downloadasync-39715f48f23dc36cb0e8ebe44dde16ca07a04b06.tar.gz
update ignore files, update changelog
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"
]
}
}