Skip to content

Commit

Permalink
fix: add SSR suport
Browse files Browse the repository at this point in the history
  • Loading branch information
shiryel committed Dec 6, 2020
1 parent 1cd32ce commit 266fc66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "saos",
"version": "1.1.0",
"version": "1.1.1",
"description": "Svelte Animation on Scroll",
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/Saos.svelte",
"scripts": {
"build": "rollup -c"
},
Expand Down
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Saos from './Saos.svelte';

export default Saos;

0 comments on commit 266fc66

Please sign in to comment.