From f5a6565f299f5b5e0e49e1bd25ad291be800a137 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Wed, 8 Jan 2020 03:37:21 +0100 Subject: [PATCH] fix(engines): add >=12.14.1 remove >=12.14.0 (engines.node) chore(travis): (jobs.include) chore(travis): (jobs.include.node_js) chore(travis): (script) docs(README): update from template --- .travis.yml | 4 ++-- README.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0afb3562..903d641e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ jobs: include: - stage: test node_js: - - 12.14.0 - - 13.5.0 + - 12.14.1 + - 13.6.0 script: - npm run cover - npx codecov diff --git a/README.md b/README.md index 15cb0c6a..46d08b5c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Known Vulnerabilities](https://snyk.io/test/github/arlac77/config-expander/badge.svg)](https://snyk.io/test/github/arlac77/config-expander) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![npm](https://img.shields.io/npm/v/config-expander.svg)](https://www.npmjs.com/package/config-expander) -[![Greenkeeper](https://badges.greenkeeper.io/arlac77/config-expander.svg)](https://greenkeeper.io/) -[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/config-expander) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![minified size](https://badgen.net/bundlephobia/min/config-expander)](https://bundlephobia.com/result?p=config-expander) [![downloads](http://img.shields.io/npm/dm/config-expander.svg?style=flat-square)](https://npmjs.org/package/config-expander) @@ -11,6 +9,8 @@ [![Build Status](https://secure.travis-ci.org/arlac77/config-expander.png)](http://travis-ci.org/arlac77/config-expander) [![codecov.io](http://codecov.io/github/arlac77/config-expander/coverage.svg?branch=master)](http://codecov.io/github/arlac77/config-expander?branch=master) [![Coverage Status](https://coveralls.io/repos/arlac77/config-expander/badge.svg)](https://coveralls.io/r/arlac77/config-expander) +[![Greenkeeper](https://badges.greenkeeper.io/arlac77/config-expander.svg)](https://greenkeeper.io/) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/config-expander) ## config-expander diff --git a/package.json b/package.json index 5f6621aa..9ffec3ee 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "semantic-release": "^15.14.0" }, "engines": { - "node": ">=12.14.0" + "node": ">=12.14.1" }, "repository": { "type": "git",