Skip to content

Commit

Permalink
Oops, left a log message in. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Gariety committed Mar 9, 2014
1 parent 49f5336 commit bc0e1c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bc0e1c7

Please sign in to comment.