@frsource/autoresize-textarea
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@frsource/autoresize-textarea", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Minimalistic plugin to autosize your textareas! 💪", | ||
@@ -14,2 +14,3 @@ "sideEffects": false, | ||
"unpkg": "./dist/index.umd.js", | ||
"types": "./dist/indnex.d.ts", | ||
"scripts": { | ||
@@ -50,2 +51,3 @@ "start": "yarn clean && microbundle watch", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.2", | ||
"@semantic-release/npm": "^9.0.0", | ||
@@ -52,0 +54,0 @@ "@semantic-release/release-notes-generator": "^10.0.3", |
@@ -38,6 +38,6 @@ <p align="center"> | ||
<br>Mobile & desktop-friendly | ||
<br>Performant & small bundle size. | ||
<br>Published as separate bundles for JS ES5 or modern browsers thanks to <a href="https://www.npmjs.com/package/microbundle">microbundle</a>. | ||
<br>Written completely in <a href="https://www.typescriptlang.org">typescript</a>.</i> | ||
<br>Published under [MIT](https://opensource.org/licenses/MIT) license.</i> | ||
<br>Performant & with small bundle size (less than 370B!) | ||
<br>Published as separate bundles for JS ES5 or modern browsers thanks to <a href="https://www.npmjs.com/package/microbundle">microbundle</a> | ||
<br>Written completely in <a href="https://www.typescriptlang.org">typescript</a></i> | ||
<br>Published under <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a> license</i> | ||
<br> | ||
@@ -44,0 +44,0 @@ <br> |
14739
15