[Pkg-javascript-commits] [node-async] 112/480: change bugs['web'] to bugs['url'] in package.json
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit aa837d70886ed4f4f6f85537bc19364a18d4c4e8
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date: Sat Oct 29 15:33:43 2011 -0700
change bugs['web'] to bugs['url'] in package.json
---
package.json | 4 ++--
1 file 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list