We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371530a commit aa837d7Copy full SHA for aa837d7
package.json
@@ -2,12 +2,12 @@
2
, "description": "Higher-order functions and common patterns for asynchronous code"
3
, "main": "./index"
4
, "author": "Caolan McMahon"
5
-, "version": "0.1.12"
+, "version": "0.1.13"
6
, "repository" :
7
{ "type" : "git"
8
, "url" : "http://github.com/caolan/async.git"
9
}
10
-, "bugs" : { "web" : "http://github.com/caolan/async/issues" }
+, "bugs" : { "url" : "http://github.com/caolan/async/issues" }
11
, "licenses" :
12
[ { "type" : "MIT"
13
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"
0 commit comments