Skip to content

Commit 7dbcbab

Browse files
committed
Version 2.0.0
1 parent 6ee71c1 commit 7dbcbab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "async",
33
"description": "Higher-order functions and common patterns for asynchronous code",
4-
"version": "2.0.0-rc.6",
4+
"version": "2.0.0",
55
"main": "dist/async.js",
66
"author": "Caolan McMahon",
77
"repository": {
@@ -73,6 +73,8 @@
7373
"staticpath": "docs"
7474
},
7575
"nyc": {
76-
"exclude": ["mocha_test"]
76+
"exclude": [
77+
"mocha_test"
78+
]
7779
}
7880
}

0 commit comments

Comments
 (0)