Skip to content

Commit

Permalink
⬆️ v2.1.0; ^ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 27, 2016
1 parent 5131315 commit 910f139
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
"ev-emitter": "~1.0.0",
"get-size": "~2.0.2",
"fizzy-ui-utils": "~2.0.0"
"ev-emitter": "^1.0.0",
"get-size": "^2.0.2",
"fizzy-ui-utils": "^2.0.0"
},
"devDependencies": {
"jquery-bridget": "2.x",
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 v2.0.1
* Outlayer v2.1.0
* the brains and guts of a layout library
* MIT license
*/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "outlayer",
"version": "2.0.1",
"version": "2.1.0",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
"ev-emitter": "~1.0.0",
"get-size": "~2.0.2",
"fizzy-ui-utils": "~2.0.0"
"ev-emitter": "^1.0.0",
"get-size": "^2.0.2",
"fizzy-ui-utils": "^2.0.0"
},
"devDependencies": {
"jquery": ">=1.4.3 <4",
Expand Down

0 comments on commit 910f139

Please sign in to comment.