adding actions
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/cd0a39ea Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/cd0a39ea Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/cd0a39ea Branch: refs/heads/master Commit: cd0a39eac3938b54f9a757708b3df404feec781d Parents: 57246a2 Author: Anis Kadri <[email protected]> Authored: Tue Jun 11 18:07:56 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Thu Jul 11 14:03:40 2013 -0700 ---------------------------------------------------------------------- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/cd0a39ea/main.js ---------------------------------------------------------------------- diff --git a/main.js b/main.js index 7121a0e..b7c5d54 100755 --- a/main.js +++ b/main.js @@ -24,10 +24,11 @@ var path = require('path') , package = require(path.join(__dirname, 'package')) , nopt = require('nopt') , plugins = require('./src/util/plugins') + , registry = require('plugman-registry') , plugman = require('./plugman'); var known_opts = { 'platform' : [ 'ios', 'android', 'blackberry10', 'wp7', 'wp8' ] - , 'project' : path + , 'project' : path , 'plugin' : [String, path, url] , 'install' : Boolean , 'uninstall' : Boolean
