Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Nov 6, 2023
1 parent 1d7773a commit b5fb884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[![npm version](https://badge.fury.io/js/event-target-polyfill.svg)](https://badge.fury.io/js/event-target-polyfill)
![Node.js CI](https://github.com/benlesh/event-target-polyfill/workflows/Node.js%20CI/badge.svg)

# NO LONGER MAINTAINED

I no longer have a reason to maintain this. Feel free to fork. If you you'd like to take it over, just DM me on Twitter and we'll work something out.

# event-target-polyfill

A polyfill for `EventTarget` (and `Event`), meant to run in older version of node or possibly IE 11, that has the most accurate set of characteristics of `EventTarget` that can be provided.
Expand All @@ -25,4 +29,3 @@ et.dispatchEvent(new Event('test'));
## Development

This library has no dependencies. Even development dependencies. To test just run `npm test`. It runs a script, and if it finishes without error, the tests pass.

0 comments on commit b5fb884

Please sign in to comment.