Skip to content

Commit d2b0166

Browse files
committed
feat: update README.md and add node 12 to CI
1 parent e677e43 commit d2b0166

File tree

3 files changed

+931
-3202
lines changed

3 files changed

+931
-3202
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_js:
66
- '6'
77
- '8'
88
- '10'
9+
- '12'
910
install:
1011
- npm install -g codecov
1112
- npm install

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
React component for the [dayjs][dayjs] date library.
44

5-
[![Build Status](https://img.shields.io/travis/devshawn/react-dayjs/master.svg?style=flat-square)](https://travis-ci.org/devshawn/react-dayjs) [![codecov](https://img.shields.io/codecov/c/github/devshawn/react-dayjs/master.svg?style=flat-square)](https://codecov.io/gh/devshawn/react-dayjs) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/devshawn/react-dayjs/blob/master/LICENSE.md)
5+
[![Build Status](https://img.shields.io/travis/devshawn/react-dayjs/master.svg?style=flat-square)](https://travis-ci.org/devshawn/react-dayjs) [![codecov](https://img.shields.io/codecov/c/github/devshawn/react-dayjs/master.svg?style=flat-square)](https://codecov.io/gh/devshawn/react-dayjs) ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/react-dayjs.svg?style=flat-square) ![npm](https://img.shields.io/npm/v/react-dayjs.svg?color=blue&style=flat-square) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/devshawn/react-dayjs/blob/master/LICENSE.md)
66

77
* [Installing](#installing)
88
* [Quick Start](#quick-start)

0 commit comments

Comments
 (0)