Skip to content

Commit

Permalink
Use correct exec options
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Apr 13, 2017
1 parent d17c0e6 commit fb9137b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function (grunt)
cover: {
cmd: './node_modules/.bin/istanbul cover -x Gruntfile.js ./node_modules/.bin/grunt -- test',
fail: true,
execOptions: {
execOpts: {
maxBuffer: 0
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mqlobber",
"description": "Streaming message queue with pub-sub, work queues, wildcards and back-pressure. Just Node and a filesystem required.",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://github.com/davedoesdev/mqlobber",
"author": {
"name": "David Halls",
Expand Down

0 comments on commit fb9137b

Please sign in to comment.