Skip to content

Commit

Permalink
listener (#14)
Browse files Browse the repository at this point in the history
* Create listener

* Add doc

* Update export
  • Loading branch information
Willy Brauner authored Sep 11, 2023
1 parent 9615f2a commit 44b4ef0
Show file tree
Hide file tree
Showing 8 changed files with 459 additions and 19 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
"pre-publish": "npm run build && npm run test"
},
"devDependencies": {
"@types/node": "^20.5.7",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"@types/node": "^20.5.7",
"tsup": "^7.2.0"
"jsdom": "^22.1.0"
},
"prettier": {
"semi": false
Expand Down
Loading

0 comments on commit 44b4ef0

Please sign in to comment.