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

Commit 90a3e03

Browse files
authored
Merge pull request #106 from Kronos-Integration/template-sync-1
merge package template from Kronos-Tools/npm-package-template
2 parents e9bc6a8 + 9958af4 commit 90a3e03

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ doc
1313
.travis.yml
1414
.npmignore
1515
.vscode
16+
.nyc_output
1617
.markdown-doctest-setup.js
1718
rollup.config.js
1819
SUMMARY.md

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: node_js
22
node_js:
3+
- 7.9.0
34
- 6.9.4
45
sudo: false
56
branches:
67
only:
78
- master
8-
- /^greenkeeper-.*$/
9+
- /^greenkeeper/.*$/
910
cache:
1011
directories:
1112
- node_modules

doc/README.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![npm](https://img.shields.io/npm/v/kronos-interceptor-object-data-processor-chunk.svg)](https://www.npmjs.com/package/kronos-interceptor-object-data-processor-chunk)
2+
[![Greenkeeper](https://badges.greenkeeper.io/Kronos-Integration/kronos-interceptor-object-data-processor-chunk)](https://greenkeeper.io/)
23
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/Kronos-Integration/kronos-interceptor-object-data-processor-chunk)
34
[![Build Status](https://secure.travis-ci.org/Kronos-Integration/kronos-interceptor-object-data-processor-chunk.png)](http://travis-ci.org/Kronos-Integration/kronos-interceptor-object-data-processor-chunk)
45
[![bithound](https://www.bithound.io/github/Kronos-Integration/kronos-interceptor-object-data-processor-chunk/badges/score.svg)](https://www.bithound.io/github/Kronos-Integration/kronos-interceptor-object-data-processor-chunk)

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"license": "BSD-2-Clause",
5454
"engines": {
55-
"node": ">=6.9.4"
55+
"node": ">=7.9.0"
5656
},
5757
"keywords": [
5858
"stream",
@@ -73,5 +73,10 @@
7373
"lcov"
7474
],
7575
"report-dir": "./coverage"
76+
},
77+
"template": {
78+
"repository": {
79+
"url": "https://github.com/Kronos-Tools/npm-package-template.git"
80+
}
7681
}
7782
}

0 commit comments

Comments
 (0)