Skip to content

Commit 2d5fe0d

Browse files
committed
fix(docs): updated badges and fixed semantic-release
1 parent 7d5b471 commit 2d5fe0d

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Entities reducer
22

3+
[![Build Status][build-badge]][build]
4+
[![Code Coverage][coverage-badge]][coverage]
5+
[![version][version-badge]][package]
6+
7+
8+
[![Watch on GitHub][github-watch-badge]][github-watch]
9+
[![Star on GitHub][github-star-badge]][github-star]
10+
[![Tweet][twitter-badge]][twitter]
11+
12+
313
-- TODO: Write some docs
414

515
For now read the tests :)
616

17+
18+
19+
[build-badge]: https://img.shields.io/travis/kwelch/entities-reducer.svg?style=flat-square
20+
[coverage-badge]: https://img.shields.io/codecov/c/github/kwelch/entities-reducer.svg?style=flat-square
21+
[github-watch-badge]: https://img.shields.io/github/watchers/kwelch/entities-reducer.svg?style=social
22+
[github-star-badge]: https://img.shields.io/github/stars/kwelch/entities-reducer.svg?style=social
23+
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/kwelch/entities-reducer.svg?style=social
24+
[version-badge]: https://img.shields.io/npm/v/entities-reducer.svg?style=flat-square

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"build": "rimraf dist && babel --copy-files --out-dir dist --ignore *.spec.js,__mocks__,__snapshots__ src",
66
"release": "semantic-release pre && npm publish && semantic-release post",
77
"lint": "eslint .",
8-
"report-coverage": "codecov"
8+
"report-coverage": "codecov",
9+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
910
},
10-
"version": "0.0.0-alpha",
11+
"version": "0.0.0-development",
1112
"description": "Redux normalized entity reducer",
1213
"main": "dist/index.js",
1314
"files": [

0 commit comments

Comments
 (0)