We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f4610 commit 9d81d31Copy full SHA for 9d81d31
2 files changed
README.md
@@ -67,7 +67,7 @@ Install npm modules:
67
68
```sh
69
npm i --save react react-dom react-hot-loader@next babelify babel-preset-es2015 babel-preset-react
70
-npm i --save-dev watchify livereactload
+npm i --save-dev watchify livereactload@next
71
```
72
73
Create a `.babelrc` file in the project's root directory (or add `react-hot-loader/babel` to the plugins section
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "livereactload",
3
- "version": "3.3.0",
+ "version": "4.0.0-beta.1",
4
"description": "Live code editing with Browserify and React",
5
"author": "Matti Lankinen <m.lankinen@iki.fi> (https://github.com/milankinen)",
6
"license": "MIT",
0 commit comments