Repository: cordova-js Updated Branches: refs/heads/master c75e80591 -> 636c9ad2e
CB-12762 : point package.json repo items to github mirrors instead of apache repos This closes #145 Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/636c9ad2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/636c9ad2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/636c9ad2 Branch: refs/heads/master Commit: 636c9ad2e0b8333656fd78f481b12f015ddb17bc Parents: c75e805 Author: Audrey So <[email protected]> Authored: Thu Jun 1 11:27:41 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Oct 3 22:42:24 2017 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/636c9ad2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 1f90bc3..0d776df 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "homepage": "http://cordova.apache.org", "repository": { "type": "git", - "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git" + "url": "https://github.com/apache/cordova-js" }, "bugs": { "url": "https://issues.apache.org/jira/browse/CB" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
