Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Jul 13, 2016
1 parent 6ee71c1 commit 7dbcbab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -73,6 +73,8 @@
"staticpath": "docs"
},
"nyc": {
"exclude": ["mocha_test"]
"exclude": [
"mocha_test"
]
}
}

1 comment on commit 7dbcbab

@jdalton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.