Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit 29ae52e

Browse files
committed
Revert module field to package.json, will release as major version bump
1 parent 44d9bca commit 29ae52e

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
##### v.4.0.4 - 2021-05-17
4+
* Revert module field to package.json, will release as major version bump
5+
36
##### v.4.0.3 - 2021-05-15
47
* Add module field to package.json so autosize can be imported as an ES Module
58

dist/autosize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
autosize 4.0.3
2+
autosize 4.0.4
33
license: MIT
44
http://www.jacklmoore.com/autosize
55
*/

dist/autosize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "autosize",
33
"description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"keywords": [
66
"textarea",
77
"form",
@@ -17,7 +17,6 @@
1717
"email": "hello@jacklmoore.com"
1818
},
1919
"main": "dist/autosize.js",
20-
"module": "src/autosize.js",
2120
"license": "MIT",
2221
"homepage": "http://www.jacklmoore.com/autosize",
2322
"demo": "http://www.jacklmoore.com/autosize",

0 commit comments

Comments
 (0)