Skip to content

Commit 1c2f302

Browse files
committed
Support React v16.0
1 parent 751cb3e commit 1c2f302

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dist/react-infinite-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! react-infinite-tree v0.7.0 | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
1+
/*! react-infinite-tree v0.7.1 | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
22
exports["InfiniteTree"] =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache

dist/react-infinite-tree.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-infinite-tree",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "The infinite-tree library for React.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -40,8 +40,8 @@
4040
"tree"
4141
],
4242
"peerDependencies": {
43-
"react": "^0.14.0 || ^15.0.0",
44-
"react-dom": "^0.14.0 || ^15.0.0",
43+
"react": "^0.14.0 || >=15.0.0",
44+
"react-dom": "^0.14.0 || >=15.0.0",
4545
"infinite-tree": ">=1.11.0"
4646
},
4747
"dependencies": {},
@@ -64,8 +64,8 @@
6464
"eslint-plugin-react": "~6.10.3",
6565
"infinite-tree": "~1.11.0",
6666
"nib": "~1.1.2",
67-
"react": "^0.14.0 || ^15.0.0",
68-
"react-dom": "^0.14.0 || ^15.0.0",
67+
"react": "^0.14.0 || >=15.0.0",
68+
"react-dom": "^0.14.0 || >=15.0.0",
6969
"style-loader": "~0.17.0",
7070
"stylint": "~1.5.9",
7171
"stylus": "~0.54.5",

0 commit comments

Comments
 (0)