@hoddy-ui/core 1.1.2 → 1.1.3

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -3,7 +3,7 @@ import { initialize } from "./src/config";
3
3
  // Components
4
4
  export { default as AdaptiveStatusBar } from "./src/Components/AdaptiveStatusBar";
5
5
  export { default as AlertX } from "./src/Components/AlertX";
6
- export * from "./src/Components/Animator";
6
+ export * from "./src/Components/Animators/Animator";
7
7
  export { default as Avatar } from "./src/Components/Avatar";
8
8
  export * from "./src/Components/Button";
9
9
  export { default as Button } from "./src/Components/Button";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoddy-ui/core",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Core rich react native components written in typescript",
5
5
  "main": "index.ts",
6
6
  "repository": {