Change event emitter to tseep

This commit is contained in:
ThatTonybo
2025-08-13 16:15:43 +10:00
parent d3bdd7f170
commit 4390e278de
5 changed files with 20 additions and 12 deletions

View File

@@ -17,17 +17,17 @@ bun install github:pygmyapp/ipc-client
- Clone this repository
- Install dependencies with `bun install`
## Build
You can then build the library:
```sh
bun run build
```
## Scripts
- `bun run lint`: runs Biome's linting, applies safe fixes, suggests fixes to errors, and auto-organizes imports
- `bun run lint`: runs Biome linting, applies safe fixes, and auto-organizes imports
## Licence
Copyright (c) 2025 Pygmy & contributors
Copyright (c) 2025 Pygmy & contributors
All code & assets are licensed under GNU GPL v3 unless stated otherwise.
See `LICENSE` or [see here](https://www.gnu.org/licenses/gpl-3.0.txt).