Skip to content

Commit

Permalink
docs: update readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ystarlongzi committed Jan 25, 2021
1 parent 14d1f88 commit 5706bd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

---

[![Build Status](https://travis-ci.com/ystarlongzi/forkJoinDeep.svg?branch=main)](https://travis-ci.com/ystarlongzi/forkJoinDeep)
[![Build Status](https://travis-ci.com/ystarlongzi/fork-join-deep.svg?branch=main)](https://travis-ci.com/ystarlongzi/fork-join-deep)
[![codecov](https://codecov.io/gh/ystarlongzi/forkJoinDeep/branch/main/graph/badge.svg?token=Z3JXUC3XLK)](https://codecov.io/gh/ystarlongzi/forkJoinDeep)
![npm](https://img.shields.io/npm/v/fork-join-deep)
[![MIT license](https://img.shields.io/github/license/ystarlongzi/forkJoinDeep)](https://github.com/ystarlongzi/forkJoinDeep/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-join-deep",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/fork-join-deep.cjs.js",
"module": "dist/fork-join-deep.esm.js",
Expand Down

0 comments on commit 5706bd3

Please sign in to comment.