Skip to content

Commit

Permalink
fix: #10
Browse files Browse the repository at this point in the history
* fix: fix build failed

* chore: update changelog
  • Loading branch information
lisez authored May 25, 2024
1 parent a8d4168 commit f210f2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## TBA

- fix #9

## 0.5.0 (2024-05-25)

- support debug mode (#4)
- support enum/number as event name (#3)
- implement #3, #4
3 changes: 2 additions & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ await build({
},
compilerOptions: {
target: "ES2015",
lib: ["ES2019.Array", "ES2015"],
// INFO: https://stackoverflow.com/questions/42105984/cannot-find-name-console-what-could-be-the-reason-for-this
lib: ["ES2019.Array", "ES2015", "DOM"],
},
package: {
// package.json properties
Expand Down

0 comments on commit f210f2c

Please sign in to comment.