adding config
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/671283ec Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/671283ec Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/671283ec Branch: refs/heads/master Commit: 671283ec0754e309316352d7885b6cfddc9527b8 Parents: b0fe1f4 Author: Anis Kadri <[email protected]> Authored: Mon Jun 17 16:08:45 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Thu Jul 11 13:12:38 2013 -0700 ---------------------------------------------------------------------- config.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/671283ec/config.js ---------------------------------------------------------------------- diff --git a/config.js b/config.js new file mode 100644 index 0000000..7056d93 --- /dev/null +++ b/config.js @@ -0,0 +1,3 @@ +module.exports = { + registry: "http://localhost:5984/registry/_design/scratch/_rewrite" +}
