Skip to content

Commit

Permalink
fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Mar 18, 2024
1 parent c1dd5bf commit 9d1f0ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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.0.2-alpha.0"
"dittytoy": "0.0.1-dev.c1dd5bf"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dittytoy",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"keywords": [
"dittytoy"
Expand Down
4 changes: 1 addition & 3 deletions src/lib/dittytoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class EventDispatcher {
}
}

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

Expand Down Expand Up @@ -317,5 +317,3 @@ class Dittytoy extends EventDispatcher {
this.dispatch(MSG_PLAY);
}
}

export default Dittytoy;

0 comments on commit 9d1f0ce

Please sign in to comment.