Skip to content

Commit

Permalink
Bump ember to 1.11.1
Browse files Browse the repository at this point in the history
🎉

Remove `handlebars.js` dependency
  • Loading branch information
seanpdoyle authored and igorT committed Apr 12, 2015
1 parent 40cce02 commit e698f5d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
"name": "ember-data",
"private": true,
"dependencies": {
"ember": "~1.10.0"
"ember": "~1.11.1"
},
"devDependencies": {
"qunit": "~1.17.0",
"jquery": "~1.10.x",
"handlebars": ">= 2.0.0 < 3.0.0",
"loader.js": "~1.0.0",
"es5-shim": "~4.0.3"
},
"resolutions": {
"handlebars": ">= 2.0.0 < 3.0.0"
}
}

0 comments on commit e698f5d

Please sign in to comment.