diff --git a/index.js b/index.js index 24cf577..c6eda00 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,6 @@ module.exports = function (options) { if (tasks instanceof Function) originalOn(event, tasks) else { originalOn(event, function () { - console.log(tasks) if (Array.isArray(tasks)) { tasks.forEach(function (task) { run(task) diff --git a/package.json b/package.json index 2b3b075..665ed22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-nodemon", - "version": "1.0.1", + "version": "1.0.2", "description": "A gulp task that will reload your node script when it changes.", "main": "index.js", "scripts": {