Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andremov committed Mar 26, 2023
1 parent 62f15be commit bc230a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './src';
export { Ticker as default } from './src/ticker';
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"author": "Andres Movilla <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts

This file was deleted.

0 comments on commit bc230a7

Please sign in to comment.