From fe36ae172dbc532ea38c7eaa95e5a647f5ff8082 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Mon, 20 May 2013 16:34:57 -0700 Subject: [PATCH] Updated contrib.json to have org and project names. --- contrib.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib.json b/contrib.json index 66afff58a..ccdae2fd0 100644 --- a/contrib.json +++ b/contrib.json @@ -1,6 +1,7 @@ { + "org": "videojs", + "project": "video.js", "developmentBranch": "master", "releaseBranch": "stable", - "remote": "origin", - "upstream": "videojs" + "remote": "origin" }