Bump version to 2.0 release candidate 2, add collaborators Project: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/commit/3c5679c5 Tree: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/tree/3c5679c5 Diff: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/diff/3c5679c5
Branch: refs/heads/master Commit: 3c5679c558b2ad3c1a3d91047acff04b4e9c8883 Parents: 445f266 Author: Brandon Shelley <[email protected]> Authored: Thu Nov 10 12:17:23 2016 -0800 Committer: GitHub <[email protected]> Committed: Thu Nov 10 12:17:23 2016 -0800 ---------------------------------------------------------------------- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/blob/3c5679c5/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index a292f36..22011d9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,12 @@ { "author": "Brandon Shelley", + "contributors": [{ + "name": "Brandon Shelley", + "email": "[email protected]" + }, { + "name": "Robert Walsh", + "email": "[email protected]" + }], "dependencies": { "async": "latest", "file": "latest", @@ -20,7 +27,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/r3mus/usergrid-nodejs.git" + "url": "git://github.com/brandonscript/usergrid-nodejs.git" }, "keywords": [], "license": "Apache 2.0", @@ -31,5 +38,5 @@ "start": "node usergrid.js", "test": "mocha tests" }, - "version": "2.0.0-rc.1" + "version": "2.0.0-rc.2" }
