This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - 6.9.2
3+ - 6.9.3
44sudo : false
55branches :
66 only :
Original file line number Diff line number Diff line change 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"
5151 ],
5252 "license" : " BSD-2-Clause" ,
5353 "engines" : {
54- "node" : " >=6.9.2 "
54+ "node" : " >=6.9.3 "
5555 },
5656 "keywords" : [
5757 " stream" ,
You can’t perform that action at this time.
0 commit comments