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

Commit 2eca59b

Browse files
authored
Merge pull request #215 from Kronos-Integration/template-sync-1
merge package template from Kronos-Tools/npm-package-template
2 parents cacc5eb + 1112c0a commit 2eca59b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-
- 8.9.0
3+
- 8.9.1
44
sudo: false
55
branches:
66
only:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"underscore": "1.8.3",
3737
"jsdoc-to-markdown": "^3.0.1",
3838
"markdown-doctest": "^0.9.1",
39-
"rollup": "^0.50.0",
39+
"rollup": "^0.51.1",
4040
"nyc": "^11.3.0"
4141
},
4242
"contributors": [
@@ -51,7 +51,7 @@
5151
],
5252
"license": "BSD-2-Clause",
5353
"engines": {
54-
"node": ">=8.9.0"
54+
"node": ">=8.9.1"
5555
},
5656
"keywords": [
5757
"stream",

0 commit comments

Comments
 (0)