Skip to content

Commit

Permalink
jump to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abranhe committed Jan 1, 2020
1 parent 92bb7b7 commit b985821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pll",
"version": "0.0.1-beta",
"version": "0.0.1",
"description": "Programming Languages Logos Component for React",
"main": "dist/index.js",
"license": "MIT",
Expand Down
9 changes: 2 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# react-pll
# react-pll [![gh](https://github.com/abranhe/react-pll/workflows/build/badge.svg)](https://github.com/abranhe/react-pll/actions) [![travis](https://img.shields.io/travis/abranhe/react-pll)](https://travis-ci.org/abranhe/react-pll) [![license](https://img.shields.io/github/license/abranhe/react-pll.svg)](https://github.com/abranhe/react-pll/blob/master/license) [![npm](https://img.shields.io/npm/v/react-pll.svg?logo=npm)](https://github.com/abranhe/react-pll)

[<img src="https://github.com/abranhe/programming-languages-logos/blob/master/src/programming-languages.gif?raw=true" align="right" width="100">](https://languages.abranhe.com)

[![gh](https://github.com/abranhe/react-pll/workflows/build/badge.svg)](https://github.com/abranhe/react-pll/actions)
[![travis](https://img.shields.io/travis/abranhe/react-pll)](https://travis-ci.org/abranhe/react-pll)
[![license](https://img.shields.io/github/license/abranhe/react-pll.svg)](https://github.com/abranhe/react-pll/blob/master/license)
[![npm](https://img.shields.io/npm/v/react-pll.svg?logo=npm)](https://github.com/abranhe/react-pll)

> A React component for [programming-languages-logos](https://github.com/abranhe/programming-languages-logos).
I currently use this package on [languages.abrannhe.com](https://languages.abrannhe.com)
Expand All @@ -33,7 +28,7 @@ $ npm install react-pll
###### ⚠️ DEPRECATED

```
$ npm install @programming-languages-logos@react
$ npm install @programming-languages-logos/react
```
</details>

Expand Down

0 comments on commit b985821

Please sign in to comment.