Skip to content

Commit

Permalink
chore: minor update + fix demo types (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiryel authored May 30, 2022
1 parent 0007e79 commit b29130e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo_sveltekit/src/components/animations.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
<script lang="ts">
import Saos from "saos";
function handleObserver(x) {
function handleObserver(x: CustomEvent<any>) {
console.info(x.detail.observing);
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saos",
"version": "1.3.0",
"version": "1.3.1",
"description": "Svelte Animation on Scroll",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit b29130e

Please sign in to comment.