Skip to content

Commit

Permalink
Version bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Gariety committed Mar 20, 2015
1 parent f93388b commit 76cf738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = function (options) {
script.on('log', function (log) {
if (~log.message.indexOf('files triggering change check')) {
if (typeof options.tasks === 'function') run(options.tasks(log.message.split('files triggering change check: ').pop().split(' ')))
else run(options.tasks)
}
})
} else {
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": "2.0.0",
"version": "2.0.1",
"description": "it's gulp + nodemon + convenience",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 76cf738

Please sign in to comment.