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

Commit f4feb25

Browse files
author
Oscar Lodriguez
committed
version bump 15.2.0
1 parent 6e1922a commit f4feb25

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.0.1) example using es2015 [![Build Status](https://travis-ci.org/code0wl/react-example-es2015.svg?branch=master)](https://travis-ci.org/code0wl/react-example-es2015)
1+
#React (15.2.0) example using es2015 [![Build Status](https://travis-ci.org/code0wl/react-example-es2015.svg?branch=master)](https://travis-ci.org/code0wl/react-example-es2015)
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
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme",
4040
"dependencies": {
41-
"react": "^15.1.0",
42-
"react-dom": "^15.1.0"
41+
"react": "^15.2.0",
42+
"react-dom": "^15.2.0"
4343
}
4444
}

0 commit comments

Comments
 (0)