mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-04 09:01:38 -05:00
official support for node v4+
This commit is contained in:
parent
5ce1910caf
commit
d1acdd5bd5
2 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,8 @@ GitHub info :
|
|||
|
||||
***Super light and fast*** Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions.
|
||||
|
||||
For older versions of node and io.js the latest versions of `event-pubsub` may work with the --harmony flag. Officially though, we support node v4 and newer with es5 and es6
|
||||
|
||||
Easy for any developer level. No frills, just high speed events following the publisher subscriber pattern!
|
||||
|
||||
[Pretty GitHub.io site](http://riaevangelist.github.io/event-pubsub/)
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue