Skip to content

Commit

Permalink
few config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Scott committed Mar 17, 2015
1 parent 5e97279 commit 9731216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
devdoc
.npmignore
node_modules
devdoc
npm-debug.log
5 changes: 4 additions & 1 deletion lib/captureOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ if (process.argv.length > 2) {
if (err) {
console.log(err);
} else {
console.log("Order Data Saved!");
if(answer.name){
console.log("Order Data Saved!");
}
var casper = spawn("casperjs", ["lib/spawnOrder.js", answers.password, answers.zip, answer.name, answers.live]);

casper.stdout.on("data", function(data) {
Expand All @@ -212,6 +214,7 @@ if (process.argv.length > 2) {
});
}
});

});


Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"phantomjs": ">= 1.9.16"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt": "~0.4.1"
},
"bin": {
"burrito": "bin/burrito.bin.js"
Expand Down

0 comments on commit 9731216

Please sign in to comment.