Skip to content

Commit

Permalink
Better releases
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Sep 12, 2017
1 parent a21ecba commit ad5f25c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
# react-fontawesome

Font Awesome 5 React component

## Installation

```
$ npm i --save @fortawesome/fontawesome
$ npm i --save @fortawesome/react-fontawesome
```

## Usage

See `examples` for now
8 changes: 7 additions & 1 deletion package.json
@@ -1,15 +1,21 @@
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",
"homepage": "https://github.com/FortAwesome/react-fontawesome",
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/react-fontawesome.git"
},
"contributors": [
"Travis Chase <travis@fontawesome.com>",
"Rob Madole <rob@fontawesome.com>"
],
"license": "MIT",
"scripts": {
"build": "rollup -c rollup.config.js",
"dist": "NODE_ENV=production npm run build",
"test": "jest"
},
"peerDependencies": {
Expand Down

0 comments on commit ad5f25c

Please sign in to comment.