Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 96cc268

Browse files
committed
Merge branch 'release/4.2.6'
2 parents f7442a1 + e5cc4d8 commit 96cc268

6 files changed

+18
-6
lines changed

EventEmitter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* EventEmitter v4.2.5 - git.io/ee
2+
* EventEmitter v4.2.6 - git.io/ee
33
* Oliver Caldwell
44
* MIT license
55
* @preserve

EventEmitter.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ git submodule add git://github.com/Wolfy87/EventEmitter.git assets/js/EventEmitt
4444

4545
### Package managers
4646

47-
You can also get a copy of EventEmitter through [NPM](https://npmjs.org/) (wolfy87-eventemitter) or [Bower](http://bower.io/) (eventEmitter).
47+
You can also get a copy of EventEmitter through the following package managers:
48+
* [NPM](https://npmjs.org/) (wolfy87-eventemitter)
49+
* [Bower](http://bower.io/) (eventEmitter)
50+
* [Component](http://github.com/component/component) (Wolfy87/EventEmitter)
4851

4952
## Testing
5053

@@ -76,4 +79,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
7679

7780
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7881

79-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
82+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eventEmitter",
33
"description": "Event based JavaScript for the browser",
4-
"version": "4.2.5",
4+
"version": "4.2.6",
55
"main": [
66
"./EventEmitter.js"
77
],

component.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "eventEmitter",
3+
"repo": "Wolfy87/EventEmitter",
4+
"description": "Event based JavaScript for the browser.",
5+
"version": "4.2.6",
6+
"scripts": ["EventEmitter.js"],
7+
"main": "EventEmitter.js",
8+
"license": "MIT"
9+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wolfy87-eventemitter",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "Event based JavaScript for the browser",
55
"main": "EventEmitter.js",
66
"directories": {

0 commit comments

Comments
 (0)