diff --git a/.travis.yml b/.travis.yml index b4d6839..870b67d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 6.9.2 + - 6.9.3 sudo: false branches: only: diff --git a/package.json b/package.json index 840bece..3862e49 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js", "test": "mocha tests/*_test.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post", - "docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md", + "docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md", "prepublish": "rollup --output=dist/module.js -c -- src/module.js", "pretest": "npm run prepublish", "posttest": "markdown-doctest" @@ -51,7 +51,7 @@ ], "license": "BSD-2-Clause", "engines": { - "node": ">=6.9.2" + "node": ">=6.9.3" }, "keywords": [ "stream",