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

Commit

Permalink
Merge pull request #639 from arlac77/npm-template-sync/1
Browse files Browse the repository at this point in the history
merge from arlac77/npm-package-template-esm-only
  • Loading branch information
arlac77 committed Jan 8, 2020
2 parents f180e91 + 135b961 commit 1836e57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/scope-reporter/badge.svg)](https://snyk.io/test/github/arlac77/scope-reporter)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![npm](https://img.shields.io/npm/v/scope-reporter.svg)](https://www.npmjs.com/package/scope-reporter)
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/scope-reporter.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/scope-reporter)
[![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/scope-reporter)](https://bundlephobia.com/result?p=scope-reporter)
[![downloads](http://img.shields.io/npm/dm/scope-reporter.svg?style=flat-square)](https://npmjs.org/package/scope-reporter)
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/scope-reporter.svg?style=flat-square)](https://github.com/arlac77/scope-reporter/issues)
[![Build Status](https://secure.travis-ci.org/arlac77/scope-reporter.png)](http://travis-ci.org/arlac77/scope-reporter)
[![codecov.io](http://codecov.io/github/arlac77/scope-reporter/coverage.svg?branch=master)](http://codecov.io/github/arlac77/scope-reporter?branch=master)
[![Coverage Status](https://coveralls.io/repos/arlac77/scope-reporter/badge.svg)](https://coveralls.io/r/arlac77/scope-reporter)
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/scope-reporter.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/scope-reporter)

# scope-reporter

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"semantic-release": "^15.14.0"
},
"engines": {
"node": ">=12.14.0"
"node": ">=12.14.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1836e57

Please sign in to comment.