Skip to content

Commit

Permalink
Bump jQuery dependency to ~2.2.0 and bump library to version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Feb 26, 2016
1 parent 100ce51 commit 7f1591d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-ui",
"version": "1.2.1",
"version": "1.2.2",
"authors": [
"ZURB <[email protected]>"
],
Expand All @@ -23,6 +23,6 @@
"test"
],
"dependencies": {
"jquery": "~2.1.4"
"jquery": "~2.2.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-ui",
"version": "1.2.1",
"version": "1.2.2",
"description": "Sass library for creating transitions and animations.",
"main": "dist/motion-ui.js",
"scripts": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"supercollider": "^1.0.0"
},
"dependencies": {
"jquery": "^2.1.4"
"jquery": "^2.2.0"
}
}

1 comment on commit 7f1591d

@tbredin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @gakimball, just wondering if there a particular feature in jQuery 2.2.0 that this is dependant on? This dependancy causes some incompatibilities for my team

Please sign in to comment.