diff --git a/package.json b/package.json index be604bf1f..9e6a872e4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ }, "dependencies": { - "jquery" : "x.x.x" + "jquery" : "x.x.x", + "require-dot-file" : "0.x.x" }, "peerDependencies": { "gulp" : "3.x.x", @@ -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": { diff --git a/tasks/config/project/release.js b/tasks/config/project/release.js index d2dc1ce96..fd62e1e1b 100644 --- a/tasks/config/project/release.js +++ b/tasks/config/project/release.js @@ -34,8 +34,6 @@ catch(error) { }; } -console.log(package.version, package); - /******************************* Export *******************************/ diff --git a/tasks/install.js b/tasks/install.js index 99ec38e38..0087603cc 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -62,7 +62,7 @@ module.exports = function () { rootQuestions = questions.root ; - //console.clear(); + console.clear(); /* use to debug NPM install from standard git clone manager = { @@ -175,7 +175,7 @@ module.exports = function () { return; } - //console.clear(); + console.clear(); console.log('Installing'); console.log('------------------------------');