diff --git a/README.md b/README.md index 6a988ee..e611253 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#React (15.4.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) +# 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) 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. diff --git a/package.json b/package.json index 6f11f20..824dcbf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-example-2015", + "name": "modern-javascript-react", "version": "1.0.0", "description": "React es15 in best practice style.", "main": "webpack.config.js", @@ -39,8 +39,8 @@ }, "homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme", "dependencies": { - "react": "^15.4.0", - "react-dom": "^15.4.0", + "react": "15.6.0", + "react-dom": "15.6.0", "tapable": "^0.2.4" } }