react-autosize-textarea
Advanced tools
Comparing version 0.3.0 to 0.3.1
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import TextareaAutosize from '../src/TextareaAutosize'; | ||
@@ -41,2 +42,2 @@ | ||
React.render(<Example />, document.getElementById('container')); | ||
ReactDOM.render(<Example />, document.getElementById('container')); |
{ | ||
"name": "react-autosize-textarea", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "replacement for built-in textarea which auto resizes itself", | ||
@@ -54,3 +54,3 @@ "main": "index.js", | ||
"react": "^0.14", | ||
"react-addons-test-utils": "^0.14.8", | ||
"react-addons-test-utils": "^0.14.8 || ^15.0.0", | ||
"react-dom": "^0.14", | ||
@@ -62,4 +62,4 @@ "require-dir": "^0.3.0", | ||
"peerDependencies": { | ||
"react": "^0.14", | ||
"react-dom": "^0.14" | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153413
794