Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
published v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaaas committed Apr 7, 2021
1 parent 900429a commit 0a0c2db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer-motion-hooks",
"version": "1.0.6",
"version": "1.0.7",
"description": "Fill the hook gap in Framer Motion",
"author": "Matthias Halfmann",
"repository": "matthiaaas/framer-motion-hooks",
Expand Down
7 changes: 6 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ export default {
}
],
plugins: [typescript({ objectHashIgnoreUnknownHack: true })],
external: ["react", "react-dom", "framer-motion"]
external: [
"react",
"react-dom",
"framer-motion",
"react-intersection-observer"
]
}

0 comments on commit 0a0c2db

Please sign in to comment.