diff --git a/docs/index.html b/docs/index.html index f15d0ef..cba6c30 100755 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

React Animate Height

Lightweight React component for animating height using CSS transitions. Slide up/down the element, and to any specific height. - Check the demo lower on this page. + Check the demo below.

CSS classes are applied in specific animation states, check animationStateClasses prop.

diff --git a/package.json b/package.json index 8cf8ead..f30217c 100644 --- a/package.json +++ b/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",