Skip to content

Commit

Permalink
Use execOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 7, 2016
1 parent 7cb371c commit a78a99b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ module.exports = function (grunt)
shell: {
cover: {
command: './node_modules/.bin/istanbul cover -x Gruntfile.js ./node_modules/.bin/grunt -- test-fast',
maxBuffer: 10000 * 1024
execOptions: {
maxBuffer: 10000 * 1024
}
},

check_cover: {
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": "bpmux",
"description": "Node stream multiplexing with back-pressure on each stream",
"version": "2.0.8",
"version": "2.0.9",
"homepage": "https://github.com/davedoesdev/bpmux",
"author": {
"name": "David Halls",
Expand Down

0 comments on commit a78a99b

Please sign in to comment.