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

Commit b0218b8

Browse files
authored
Merge pull request #184 from Kronos-Integration/template-sync-1
merge package template from Kronos-Tools/npm-package-template
2 parents 3eee50a + f2c6648 commit b0218b8

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
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-
- 8.4.0
3+
- 8.5.0
44
sudo: false
55
branches:
66
only:

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,21 @@
5151
],
5252
"license": "BSD-2-Clause",
5353
"engines": {
54-
"node": ">=8.4.0"
54+
"node": ">=8.5.0"
5555
},
56-
"keywords": ["stream", "line", "parser", "kronos-interceptor"],
56+
"keywords": [
57+
"stream",
58+
"line",
59+
"parser",
60+
"kronos-interceptor"
61+
],
5762
"nyc": {
58-
"include": ["dist/**/*.js"],
59-
"reporter": ["lcov"],
63+
"include": [
64+
"dist/**/*.js"
65+
],
66+
"reporter": [
67+
"lcov"
68+
],
6069
"report-dir": "./coverage"
6170
},
6271
"template": {

0 commit comments

Comments
 (0)