event-object.js

Attach events to any object
git clone git://git.finwo.net/lib/event-object.js
Log | Files | Refs | README | LICENSE

commit 28a5558244fe62ad57d3aad095f0d464abc581d2
parent 0738f08d127448931252ccb45cbd32fff61c26c1
Author: finwo <finwo@pm.me>
Date:   Wed, 28 Mar 2018 11:30:19 +0200

Added deprecation notice in the readme

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,6 @@ +# Warning: this project as been deprecated + +If you're depending on this module, we suggest using [simple-ee](https://npmjs.com/package/simple-ee) as a drop-in replacement. + # node-event-object Attach events to any object