You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/12 20:12:07 UTC

git commit: re-enabling ripple

Updated Branches:
  refs/heads/ripple [created] 575d9863b


re-enabling ripple


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/575d9863
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/575d9863
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/575d9863

Branch: refs/heads/ripple
Commit: 575d9863b22cf012a31da5bcd913f8040ec5be15
Parents: f204db8
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jul 12 11:12:04 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jul 12 11:12:04 2013 -0700

----------------------------------------------------------------------
 cordova.js   | 1 +
 package.json | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/575d9863/cordova.js
----------------------------------------------------------------------
diff --git a/cordova.js b/cordova.js
index 1efeecf..5e5eb87 100644
--- a/cordova.js
+++ b/cordova.js
@@ -43,6 +43,7 @@ module.exports = {
     prepare:   prepare,
     compile:   compile,
     run:       run,
+    ripple:    require('./src/ripple'),
     emulate:   require('./src/emulate'),
     plugin:    require('./src/plugin'),
     plugins:   require('./src/plugin'),

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/575d9863/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f734c69..382ff0e 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
     "shelljs":"0.1.2",
     "ncallbacks":"1.0.0",
     "request":"2.22.0",
+    "ripple-emulator":"0.9.18",
     "semver":"1.1.0",
     "glob":"3.2.x",
     "follow-redirects":"0.0.x",