Skip to content

Commit

Permalink
require eventEmitter 4.2 for once, tick version
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 6, 2014
1 parent bd79be4 commit 7c4be6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "outlayer",
"version": "1.1.10",
"version": "1.2.0",
"description": "the brains and guts of a layout library",
"main": [
"item.js",
"outlayer.js"
],
"dependencies": {
"doc-ready": "desandro/doc-ready#>=1.0.1 <2.0",
"eventEmitter": ">=3 <5",
"eventEmitter": ">=4.2 <5",
"eventie": "eventie#>=1.0.3 <2.0",
"get-size": "get-size#>=1.1.4 <2.0",
"get-style-property": "desandro/get-style-property#>=1 <2",
Expand Down
2 changes: 1 addition & 1 deletion outlayer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Outlayer v1.1.10
* Outlayer v1.2.0
* the brains and guts of a layout library
* MIT license
*/
Expand Down

0 comments on commit 7c4be6e

Please sign in to comment.