Skip to content

Commit

Permalink
component.json try star versions ⭐
Browse files Browse the repository at this point in the history
require eventEmitter, lowercase e
  • Loading branch information
desandro committed Jan 23, 2014
1 parent 16670d8 commit 527e1d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions component.json
Expand Up @@ -8,8 +8,8 @@
],
"main": "imagesloaded.js",
"dependencies": {
"desandro/eventie": ">=1 <2",
"Wolfy87/EventEmitter": ">=4 <5"
"desandro/eventie": "*",
"Wolfy87/EventEmitter": "*"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion imagesloaded.js
Expand Up @@ -20,7 +20,7 @@
// CommonJS
module.exports = factory(
window,
require('EventEmitter'),
require('eventEmitter'),
require('eventie')
);
} else {
Expand Down

0 comments on commit 527e1d4

Please sign in to comment.