diff options
author | Ronny Haryanto <ronny@haryan.to> | 2016-05-12 12:47:01 +1000 |
---|---|---|
committer | Ronny Haryanto <ronny@haryan.to> | 2016-05-12 12:47:01 +1000 |
commit | 5019bbbf00ec196e43fac08eb20d9c7264f93113 (patch) | |
tree | 99d96fe9ed781b2ddf6f6ce4f8d8f2af7fb5428a | |
parent | 64f940532294143b25760616d607b3ee3e63216e (diff) | |
download | react-autosize-textarea-5019bbbf00ec196e43fac08eb20d9c7264f93113.zip react-autosize-textarea-5019bbbf00ec196e43fac08eb20d9c7264f93113.tar.gz react-autosize-textarea-5019bbbf00ec196e43fac08eb20d9c7264f93113.tar.bz2 |
Mark as compatible with React 15
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index a6e9676..3d3fc84 100644 --- a/package.json +++ b/package.json @@ -51,15 +51,15 @@ "lodash": "^3.10.1", "mocha": "^2.4.5", "react": "^0.14", - "react-addons-test-utils": "^0.14.8", + "react-addons-test-utils": "^0.14.8 || ^15.0.0", "react-dom": "^0.14", "require-dir": "^0.3.0", "webpack": "^1.12.12", "webpack-dev-server": "^1.14.1" }, "peerDependencies": { - "react": "^0.14", - "react-dom": "^0.14" + "react": "^0.14.0 || ^15.0.0-0", + "react-dom": "^0.14.0 || ^15.0.0-0" }, "dependencies": { "autosize": "^3.0.15" |