Skip to content

Commit f8c56dc

Browse files
committed
chore: added circle ci badge
1 parent 52d1139 commit f8c56dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
I prefer to keep this setup trim but feel free to sprinkle some more pixie dust (Redux, Passport, etc.) to bake your project :)
55

6-
[![Dependencies Status](https://david-dm.org/ngduc/react-setup.svg)](https://david-dm.org/ngduc/react-setup)
6+
[![Circle CI](https://circleci.com/gh/ngduc/react-setup.svg?style=svg)](https://circleci.com/gh/ngduc/react-setup) [![Dependencies Status](https://david-dm.org/ngduc/react-setup.svg)](https://david-dm.org/ngduc/react-setup)
77

88
<img src="https://github.com/ngduc/react-setup/blob/master/docs/assets/demo.gif" width="400" height="308" >
99

@@ -28,7 +28,6 @@ I prefer to keep this setup trim but feel free to sprinkle some more pixie dust
2828
**Install**
2929
```
3030
npm install babel-cli -g
31-
npm install eslint -g
3231
npm install
3332
```
3433

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-setup",
33
"description": "A Universal React setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint.",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"author": "Duc Ng (https://github.com/ngduc)",
66
"license": "MIT",
77
"homepage": "https://github.com/ngduc/react-setup",

0 commit comments

Comments
 (0)