Skip to content

Commit

Permalink
feat: use package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 11, 2019
1 parent 085a6a3 commit 432c011
Show file tree
Hide file tree
Showing 4 changed files with 43,710 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ config.local.js
build/
es/
lib/
package-lock.json
.docz/
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<h1 align="center" style="border-bottom: none;"> 🖥️ React Ansi</h1>
<h3 align="center"> A foldable and searchable ansi log viewer for React.</h3>
<p align="center">
<a href="https://github.com/semantic-release/semantic-release">
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release" />
<a href="">
<img src="https://github.com/RaoHai/react-ansi/workflows/test/badge.svg" alt="github action" />
</a>

<a href="https://www.npmjs.com/package/react-ansi">
<img src="https://img.shields.io/npm/v/react-ansi.svg" alt="NPM" />
</a>
</a>

<a href="https://standardjs.com">
<img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
</a>
</a>

<a href="https://david-dm.org/RaoHai/react-ansi">
<img src="https://david-dm.org/RaoHai/react-ansi.svg" alt="Dependencies" />
</a>

<a href="https://travis-ci.org/RaoHai/react-ansi">
<img src="https://api.travis-ci.org/RaoHai/react-ansi.svg?branch=master" alt="Ci" />
</a>

<a href="https://coveralls.io/github/RaoHai/react-ansi?branch=master">
<img src="https://coveralls.io/repos/github/RaoHai/react-ansi/badge.svg?branch=master" alt="Coverage Status" />
</a>
Expand Down
Loading

0 comments on commit 432c011

Please sign in to comment.