From 28045902d61c8c0220a41f93a11ba83606753593 Mon Sep 17 00:00:00 2001 From: BerndWessels Date: Mon, 11 Jan 2016 10:11:26 +1300 Subject: [PATCH] updated readme --- README.md | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a6ea975..a1f136f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Current Version 0.2.5 +# Current Version 0.2.6 # Overview @@ -10,20 +10,13 @@ It also shows how to integrate access to databases like mysql or postgres. Starting with version 0.2.0 we moved on to Babel 6. -If for any reason you have to stick to Babel 5 then use 0.1.x versions of this repo. +If for any reason you have to stick to Babel 5 then use 0.1.x version (outdated) of this repo. -Some of the modules might still be a bit wonky since Babel 6 support is just slowly making it into the eco-system. - - "babel-plugin-react-transform": "^2.0.0", - "babel-preset-es2015": "^6.0.0", - "babel-preset-react": "^6.0.0", - "babel-preset-stage-0": "^6.0.0", - -Make sure you get the latest versions. Otherwise you might run into bugs that have already been fixed. +Make sure you get the latest versions. Otherwise you might run into bugs that have already been fixed. `npm outdated` is your friend. # Todo -Remove `"webpack-sources": "^0.1.0"` from `package.json` as soon as [this issue](https://github.com/webpack/extract-text-webpack-plugin/issues/143) is resolved. +Remember that `babel-relay-plugin` will most likely be renamed soon to `babel-plugin-relay` - which means that the `babel-relay-plugin-loader` also needs to be updated. # Features * React diff --git a/package.json b/package.json index fa4a223..2635875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-webpack", - "version": "0.2.5", + "version": "0.2.6", "description": "React Relay SQL Webpack SPA Babel6 Example.", "main": "index.js", "scripts": {