Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Jul 30, 2024
1 parent b101f2c commit 5d59b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this polyfill, simply load it before any calls to `addEventListener`
for Mutation Events:

```html
<script src="mutation_events.js"></script>
<script src="mutation_events.min.js"></script>
<div id=target></div>
<script>
target.addEventListener('DOMNodeInserted',() => {});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"author": "Mason Freed <[email protected]>",
"license": "BSD-3-Clause",
"main": "src/mutation_events_min.js",
"main": "src/mutation_events.min.js",
"dependencies": {}
}

0 comments on commit 5d59b6a

Please sign in to comment.