From: Tim Wood Date: Mon, 9 Sep 2013 21:49:34 +0000 (-0700) Subject: Use github.com/moment instead of github.com/timrwood repo X-Git-Tag: 2.2.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8daa72cef45d3abda27dd64449b0691d531248;p=thirdparty%2Fmoment.git Use github.com/moment instead of github.com/timrwood repo --- diff --git a/composer.json b/composer.json index 8381de871..10be06085 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "timrwood/moment", + "name": "moment/moment", "description": "Parse, validate, manipulate, and display dates in javascript.", "keywords": [ "moment", @@ -12,7 +12,7 @@ "l10n", "ender" ], - "homepage": "http://github.com/timrwood/moment/", + "homepage": "http://github.com/moment/moment/", "author": "Tim Wood (http://timwoodcreates.com/)", "license": "MIT" } diff --git a/package.json b/package.json index 938dd41c0..3998ece95 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/timrwood/moment.git" + "url": "https://github.com/moment/moment.git" }, "bugs": { - "url": "https://github.com/timrwood/moment/issues" + "url": "https://github.com/moment/moment/issues" }, "licenses" : [ {