Skip to content

Commit 9d81d31

Browse files
committed
Release 4.0.0-beta.1 as “next”
1 parent a7f4610 commit 9d81d31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Install npm modules:
6767

6868
```sh
6969
npm i --save react react-dom react-hot-loader@next babelify babel-preset-es2015 babel-preset-react
70-
npm i --save-dev watchify livereactload
70+
npm i --save-dev watchify livereactload@next
7171
```
7272

7373
Create a `.babelrc` file in the project's root directory (or add `react-hot-loader/babel` to the plugins section

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livereactload",
3-
"version": "3.3.0",
3+
"version": "4.0.0-beta.1",
44
"description": "Live code editing with Browserify and React",
55
"author": "Matti Lankinen <m.lankinen@iki.fi> (https://github.com/milankinen)",
66
"license": "MIT",

0 commit comments

Comments
 (0)