Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit b16629c

Browse files
committed
fix(package): merge package template from Kronos-Tools/npm-package-template
1 parent 43f7fa7 commit b16629c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 6.9.2
3+
- 6.9.3
44
sudo: false
55
branches:
66
only:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
99
"test": "mocha tests/*_test.js",
1010
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
11-
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md",
11+
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",
1212
"prepublish": "rollup --output=dist/module.js -c -- src/module.js",
1313
"pretest": "npm run prepublish",
1414
"posttest": "markdown-doctest"
@@ -51,7 +51,7 @@
5151
],
5252
"license": "BSD-2-Clause",
5353
"engines": {
54-
"node": ">=6.9.2"
54+
"node": ">=6.9.3"
5555
},
5656
"keywords": [
5757
"stream",

0 commit comments

Comments
 (0)