Skip to content

Commit 20889f2

Browse files
committed
docs: 📝 Update project description
1 parent d158db8 commit 20889f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypedEventTarget
22

3-
_Strictly typed [EventTarget](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget) which works with all Event-Types and extends `EventTarget` directly to allow effortless migration with basically no additional bundle-size._
3+
_Strictly typed [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget) that directly extends `EventTarget` to function as a drop-in replacement. It works with all Event-Types and accounts for basically no additional bundle-size._
44

55
<div align="center">
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-event-target",
33
"version": "1.0.2",
4-
"description": "Strictly typed EventTarget which works with all Event-Types and extends EventTarget directly to allow effortless migration with basically no additional bundle-size.",
4+
"description": "Strictly typed EventTarget that directly extends EventTarget to function as a drop-in replacement. It works with all Event-Types and accounts for basically no additional bundle-size.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)