summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCaolan McMahon <caolan@caolanmcmahon.com>2011-10-29 15:33:43 -0700
committerCaolan McMahon <caolan@caolanmcmahon.com>2011-10-29 15:33:43 -0700
commitaa837d70886ed4f4f6f85537bc19364a18d4c4e8 (patch)
tree17a1f29024964e9c8275f828bf8d7947cd53a89d /package.json
parent371530af4c8fe36693a7c651082c0b9e8b935bd4 (diff)
downloadasync-aa837d70886ed4f4f6f85537bc19364a18d4c4e8.tar.gz
change bugs['web'] to bugs['url'] in package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3e4a2ce..de3c2f2 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,12 @@
, "description": "Higher-order functions and common patterns for asynchronous code"
, "main": "./index"
, "author": "Caolan McMahon"
-, "version": "0.1.12"
+, "version": "0.1.13"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/caolan/async.git"
}
-, "bugs" : { "web" : "http://github.com/caolan/async/issues" }
+, "bugs" : { "url" : "http://github.com/caolan/async/issues" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"