Skip to content

Commit

Permalink
Merge pull request emberjs#9447 from missionfocus/master
Browse files Browse the repository at this point in the history
Fix jQuery dependency in component.json
  • Loading branch information
fivetanley committed Nov 17, 2014
2 parents f904849 + 61ef73d commit 5d2e320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/package_manager_files/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ember.js"
],
"dependencies": {
"component/jquery": ">= 1.7.0 <= 2.1.0",
"components/jquery": ">= 1.7.0 <= 2.1.0",
"components/handlebars.js": ">= 2.0.0 < 3.0.0"
}
}

0 comments on commit 5d2e320

Please sign in to comment.