Skip to content

Commit aa837d7

Browse files
author
Caolan McMahon
committed
change bugs['web'] to bugs['url'] in package.json
1 parent 371530a commit aa837d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
, "description": "Higher-order functions and common patterns for asynchronous code"
33
, "main": "./index"
44
, "author": "Caolan McMahon"
5-
, "version": "0.1.12"
5+
, "version": "0.1.13"
66
, "repository" :
77
{ "type" : "git"
88
, "url" : "http://github.com/caolan/async.git"
99
}
10-
, "bugs" : { "web" : "http://github.com/caolan/async/issues" }
10+
, "bugs" : { "url" : "http://github.com/caolan/async/issues" }
1111
, "licenses" :
1212
[ { "type" : "MIT"
1313
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"

0 commit comments

Comments
 (0)