react-autosize-textarea
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -5,2 +5,9 @@ # Change Log | ||
## [v0.4.7](https://github.com/buildo/react-autosize-textarea/tree/v0.4.7) (2017-07-03) | ||
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.6...v0.4.7) | ||
#### Fixes (bugs & defects): | ||
- JSX element type 'TextareaAutosize' is not a constructor function for JSX elements. [#56](https://github.com/buildo/react-autosize-textarea/issues/56) | ||
## [v0.4.6](https://github.com/buildo/react-autosize-textarea/tree/v0.4.6) (2017-06-27) | ||
@@ -7,0 +14,0 @@ [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.5...v0.4.6) |
{ | ||
"name": "react-autosize-textarea", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "replacement for built-in textarea which auto resizes itself", | ||
"main": "index.js", | ||
"main": "lib", | ||
"scripts": { | ||
@@ -42,6 +42,5 @@ "test": "npm run build && ./node_modules/karma/bin/karma start", | ||
"examples", | ||
"index.js", | ||
"index.d.ts" | ||
"react-autosize-textarea.d.ts" | ||
], | ||
"typings": "./index.d.ts", | ||
"typings": "react-autosize-textarea.d.ts", | ||
"homepage": "https://github.com/buildo/react-autosize-textarea", | ||
@@ -48,0 +47,0 @@ "devDependencies": { |
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
188012
989
20