Skip to content

Commit bdcb615

Browse files
committed
fix readme again
1 parent c58bb60 commit bdcb615

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [2.0.4] - 3/28/2017
4+
- Bug fix: Update readme for npm
5+
36
## [2.0.3] - 3/27/2017
47
- Bug fix: Update readme for npm
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ add react components to your views, so you can jump right into writing react com
77
## Installing
88
##### CLI install
99
`npm install -g react-helper`
10+
1011
##### Adding to your app
1112
`npm install react-helper --save`
1213

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-helper",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A helper that makes it extremely easy to add react to your node app.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)