Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

Commit 7b7f7d5

Browse files
committed
react version bumpt
1 parent 8a3aeef commit 7b7f7d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React (15.5.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript)
1+
# React (15.6.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript)
22

33
On the react site there is a demo on how to learn to think with react. This is the same tutorial executed using ES2015 and webpack as a build process. There are some gotcha's transforming your code to ES2015 whilst using React. In this demo there is a solution for these common challenges.
44

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme",
4141
"dependencies": {
42-
"react": "15.5.0",
43-
"react-dom": "15.5.0",
42+
"react": "15.6.0",
43+
"react-dom": "15.6.0",
4444
"tapable": "^0.2.4"
4545
}
4646
}

0 commit comments

Comments
 (0)