Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Mar 25, 2024
1 parent 9ffff33 commit 2726127
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/package-lock.json

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

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"node": ">=20.0.0"
},
"dependencies": {
"dittytoy": "0.1.1"
"dittytoy": "0.1.5-dev.9ffff33"
}
}
2 changes: 1 addition & 1 deletion src/lib/dittytoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class EventDispatcher {
}


class Dittytoy extends EventDispatcher {
export class Dittytoy extends EventDispatcher {
constructor() {
super();

Expand Down

0 comments on commit 2726127

Please sign in to comment.