Skip to content

Commit

Permalink
remove the no longer working emits decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 28, 2024
1 parent 1478ae0 commit 4b3cc8b
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 281 deletions.
17 changes: 0 additions & 17 deletions dist/emits.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/emits.d.ts.map

This file was deleted.

120 changes: 0 additions & 120 deletions dist/emits.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/emits.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './Eventful.js';
export * from './emits.js';
export declare const version = "0.3.2";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

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

1 change: 0 additions & 1 deletion dist/index.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/index.js.map

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

137 changes: 0 additions & 137 deletions src/emits.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './Eventful.js'
export * from './emits.js'

export const version = '0.3.2'

0 comments on commit 4b3cc8b

Please sign in to comment.