Skip to content

Commit

Permalink
update .npmignore so we get some submodule stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Apr 12, 2013
1 parent 6ff95b9 commit d697927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
submodules/
submodules/appium.io
submodules/ApiDemos
6 changes: 2 additions & 4 deletions app/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ var net = require('net')
, repl = require('repl')
, colors = require('colors')
, appium = require('../server')
, parser = require('./parser')
;
, parser = require('./parser');

var startRepl = function() {
var help = function() {
Expand Down Expand Up @@ -49,8 +48,7 @@ var startRepl = function() {

if (process.argv[2] === "shell") {
startRepl();
}
else {
} else {
var args = parser().parseArgs();
args.verbose = true;
//console.log("Pre-flight check ...".grey);
Expand Down

0 comments on commit d697927

Please sign in to comment.