diff --git a/example/package.json b/example/package.json index abcaa04..1aaf833 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,7 @@ "dev": "vite" }, "dependencies": { - "framer-motion-ticker": "0.0.0", + "framer-motion-ticker": "^1.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/index.ts b/index.ts index 8879d7a..fc99e26 100644 --- a/index.ts +++ b/index.ts @@ -1 +1 @@ -export * from './src'; \ No newline at end of file +export { Ticker as default } from './src/ticker'; diff --git a/package-lock.json b/package-lock.json index 7002317..5a0adc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "framer-motion-ticker", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49d8d2b..ccfa998 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "framer-motion-ticker", - "version": "1.0.2", + "version": "1.0.3", "description": "A React component that acts like a ticker, or marquee.", - "author": "amovilla1103@gmail.com", + "author": "Andres Movilla <amovilla1103@gmail.com>", "license": "MIT", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index 7a698e0..0000000 --- a/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { Ticker as default } from './ticker';