Skip to content

Commit

Permalink
Remove some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 5, 2015
1 parent 49583b3 commit 960f592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,8 @@
},

"dependencies": {
"jquery" : "x.x.x"
"jquery" : "x.x.x",
"require-dot-file" : "0.x.x"
},
"peerDependencies": {
"gulp" : "3.x.x",
Expand Down Expand Up @@ -50,7 +51,6 @@
"gulp-util" : "3.x.x",
"gulp-watch" : "2.x.x",
"mkdirp" : "0.x.x",
"require-dot-file" : "0.x.x",
"wrench" : "1.x.x"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions tasks/config/project/release.js
Expand Up @@ -34,8 +34,6 @@ catch(error) {
};
}

console.log(package.version, package);

/*******************************
Export
*******************************/
Expand Down
4 changes: 2 additions & 2 deletions tasks/install.js
Expand Up @@ -62,7 +62,7 @@ module.exports = function () {
rootQuestions = questions.root
;

//console.clear();
console.clear();

/* use to debug NPM install from standard git clone
manager = {
Expand Down Expand Up @@ -175,7 +175,7 @@ module.exports = function () {
return;
}

//console.clear();
console.clear();
console.log('Installing');
console.log('------------------------------');

Expand Down

0 comments on commit 960f592

Please sign in to comment.