Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
poipoii committed Sep 12, 2019
1 parent a77a917 commit e6b1997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
needs: test
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MailParser-MIT

![npm](https://img.shields.io/npm/v/mailparser2-mit)
![NPM](https://img.shields.io/npm/l/mailparser2-mit)
![npm](https://img.shields.io/npm/dw/mailparser2-mit)
[![npm](https://img.shields.io/npm/v/mailparser2-mit)](https://www.npmjs.com/package/mailparser2-mit)
[![NPM](https://img.shields.io/npm/l/mailparser2-mit)](https://www.npmjs.com/package/mailparser2-mit)
[![npm](https://img.shields.io/npm/dw/mailparser2-mit)](https://www.npmjs.com/package/mailparser2-mit)
[![Known Vulnerabilities](https://snyk.io//test/github/poipoii/mailparser-mit/badge.svg?targetFile=package.json)](https://snyk.io//test/github/poipoii/mailparser-mit?targetFile=package.json)
[![Coverage Status](https://coveralls.io/repos/github/poipoii/mailparser-mit/badge.svg?branch=master)](https://coveralls.io/github/poipoii/mailparser-mit?branch=master)

Expand Down

0 comments on commit e6b1997

Please sign in to comment.