Skip to content

Commit

Permalink
Fix jQuery version problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-nz committed Jan 11, 2016
1 parent c2bb9e1 commit 7940059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"ember-qunit": "0.4.16",
"ember-qunit-notifications": "0.1.0",
"ember-resolver": "~0.1.20",
"jquery": "^1.11.3",
"jquery": "1.11.3",
"loader.js": "ember-cli/loader.js#3.4.0",
"qunit": "~1.20.0"
},
"resolutions": {
"ember": "~2.1.1"
}
}
}

0 comments on commit 7940059

Please sign in to comment.