summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 35a56fd..993c51c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "2.0.0-rc.6",
+ "version": "2.0.0",
"main": "dist/async.js",
"author": "Caolan McMahon",
"repository": {
@@ -73,6 +73,8 @@
"staticpath": "docs"
},
"nyc": {
- "exclude": ["mocha_test"]
+ "exclude": [
+ "mocha_test"
+ ]
}
}