Skip to content

Commit

Permalink
Fixing exports again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko committed May 26, 2022
1 parent 2984aa6 commit 3693738
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-animate-height",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "Lightweight React component for animating height using CSS transitions.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -9,6 +9,10 @@
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./helpers": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"author": "Stanko",
Expand Down

0 comments on commit 3693738

Please sign in to comment.