Skip to content

Commit

Permalink
Fix and New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Nov 20, 2019
1 parent 170ce32 commit 528e857
Show file tree
Hide file tree
Showing 2 changed files with 2 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": "svelte-resize-observer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Element resize observer to Svelte",
"repository": "https://github.com/andrelmlins/svelte-resize-observer",
"author": "André Lins <andrelucas01@hotmail.com> (https://andrelmlins.github.io/)",
Expand Down
2 changes: 1 addition & 1 deletion src/index.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { onDestroy, createEventDispatcher } from "svelte";
import { onMount, onDestroy, createEventDispatcher } from "svelte";
import ResizeObserver from "resize-observer-polyfill";
export let elementResize;
Expand Down

0 comments on commit 528e857

Please # to comment.