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/53bc4ae9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/53bc4ae9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/53bc4ae9 Branch: refs/heads/master Commit: 53bc4ae9a63d7699860a40a8a7caac841598989e Parents: db03ca7 Author: Anis Kadri <[email protected]> Authored: Mon Jun 17 16:08:45 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Thu Jul 11 13:54:18 2013 -0700 ---------------------------------------------------------------------- config.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/53bc4ae9/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" +}
