Skip to content

Commit

Permalink
Fixed exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko committed May 26, 2022
1 parent 5ef3e76 commit 2984aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -34,7 +34,7 @@ <h1>React Animate Height</h1>
<p>
Lightweight React component for animating height using CSS transitions.
Slide up/down the element, and to any specific height.
Check the <a href="#demo">demo</a> lower on this page.
Check the <a href="#demo">demo below</a>.
</p>
<p>CSS classes are applied in specific animation states, check <code>animationStateClasses</code> prop.</p>
<p>
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "react-animate-height",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Lightweight React component for animating height using CSS transitions.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/esm/index.js"
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"author": "Stanko",
Expand Down

0 comments on commit 2984aa6

Please sign in to comment.