Skip to content

Commit

Permalink
Changed eventemitter AMD name to keep pace with imagesloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
lesjames committed Jul 29, 2013
1 parent d90a267 commit de0a397
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 4.6.2

* Changed eventemitter AMD name to keep pace with imagesloaded

# 4.6.1

Removed accidental hard coded IE column count
* Removed accidental hard coded IE column count

# 4.6.0

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breakpoint",
"version": "4.6.1",
"version": "4.6.2",
"description": "Breakpoint is a column based media query generator and responsive image framework.",
"author": "Les James",
"homepage": "https://github.com/lesjames/breakpoint",
Expand All @@ -18,8 +18,8 @@
],
"dependencies": {
"jquery": ">=1.7",
"imagesloaded": "~3.0.1",
"eventEmitter": "~4.1.0"
"imagesloaded": "~3.0.4",
"eventEmitter": "~4.2.1"
},
"devDependencies": {
"qunit": "1.11.0"
Expand Down
4 changes: 2 additions & 2 deletions jquery.breakpoint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Breakpoint plugin v4.6.0
* jQuery Breakpoint plugin v4.6.2
* http://github.com/lesjames/breakpoint
*
* MIT License
Expand All @@ -10,7 +10,7 @@
if (typeof define === 'function' && define.amd) {

// AMD. Register as an anonymous module.
define(['jquery', 'imagesloaded', 'eventEmitter'], factory);
define(['jquery', 'imagesloaded', 'eventEmitter/EventEmitter'], factory);

} else {

Expand Down

0 comments on commit de0a397

Please sign in to comment.