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

[39/43] git commit: minor refactor, added specs

minor refactor, added specs


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/3a76a367
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/3a76a367
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/3a76a367

Branch: refs/heads/plugman-registry
Commit: 3a76a3675f57b1f2473e4723a9282ef1ee36c47f
Parents: 14aa254
Author: Anis Kadri <an...@apache.org>
Authored: Thu Jul 11 13:08:23 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Thu Jul 11 14:16:44 2013 -0700

----------------------------------------------------------------------
 main.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3a76a367/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index daf5942..a0aca4d 100755
--- a/main.js
+++ b/main.js
@@ -24,8 +24,6 @@ var path = require('path')
     , package = require(path.join(__dirname, 'package'))
     , nopt = require('nopt')
     , plugins = require('./src/util/plugins')
-    , registry = require('plugman-registry')
-    , config = require('./config')
     , plugman = require('./plugman');
 
 var known_opts = { 'platform' : [ 'ios', 'android', 'blackberry10', 'wp7', 'wp8' ]