Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 6.9.2
- 6.9.3
sudo: false
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -51,7 +51,7 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=6.9.2"
"node": ">=6.9.3"
},
"keywords": [
"stream",
Expand Down