@frsource/autoresize-textarea 2.0.68 → 2.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
  <a href="https://bundlejs.com/?q=%40frsource%2Fautoresize-textarea">
6
6
  <img src="https://deno.bundlejs.com/badge?q=@frsource/autoresize-textarea" alt="GZIP size calculated by bundlejs.com">
7
7
  </a>
8
- <a href="https://bundlephobia.com/result?p=@frsource/autoresize-textarea" title="Visit bundlephobia for more details!">
9
- <img src="https://img.shields.io/bundlephobia/minzip/@frsource/autoresize-textarea" alt="Core bundle size badge. Data from bundlephobia.com">
8
+ <a href="https://bundlejs.com/?q=%40frsource%2Fautoresize-textarea">
9
+ <img src="https://deno.bundlejs.com/badge?q=@frsource/autoresize-textarea" alt="GZIP size calculated by bundlejs.com">
10
10
  </a>
11
11
  <a href="https://github.com/semantic-release/semantic-release">
12
- <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-relase badge">
12
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release badge">
13
13
  </a>
14
14
  <a href="https://github.com/FRSOURCE/autoresize-textarea/blob/master/LICENSE">
15
15
  <img src="https://img.shields.io/github/license/FRSOURCE/autoresize-textarea" alt="license MIT badge">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frsource/autoresize-textarea",
3
- "version": "2.0.68",
3
+ "version": "2.0.69",
4
4
  "description": "Minimalistic plugin to autosize your textareas! 💪",
5
5
  "sideEffects": false,
6
6
  "source": "src/index.ts",