Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Fixed ESM handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Nessier committed Nov 20, 2020
1 parent fb37b53 commit c1fec26
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions build/serve/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

<script src="scrollmotion.js"></script>
<script>

const sm = Scrollmotion('.sm-item', {
observeMutation: true
});
Expand Down
6 changes: 3 additions & 3 deletions dist/scrollmotion.esm.js

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

2 changes: 1 addition & 1 deletion dist/scrollmotion.esm.js.map

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

6 changes: 3 additions & 3 deletions dist/scrollmotion.js

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

2 changes: 1 addition & 1 deletion dist/scrollmotion.js.map

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

2 changes: 1 addition & 1 deletion dist/scrollmotion.min.js

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

Loading

0 comments on commit c1fec26

Please sign in to comment.