Skip to content

Commit

Permalink
fix: container not defined when redeclare function fix #56
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jun 30, 2021
1 parent 918ceb3 commit c3d6bab
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"pre-commit": "yarn test && git add lightense.js lightense.min.js",
"pre-commit": "yarn test && git add .",
"pre-push": "yarn build"
}
}
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2>Event Hooks</h2>
/>
</p>

<script src="lightense.js"></script>
<script src="dist/lightense.js"></script>

<script>
// Init Lightense
Expand Down
69 changes: 69 additions & 0 deletions dist/lightense.js

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

0 comments on commit c3d6bab

Please sign in to comment.