Skip to content

Commit

Permalink
Update app blueprint's package.json/bower.json to depend on ember-dat…
Browse files Browse the repository at this point in the history
…a directly
  • Loading branch information
jayphelps committed Sep 9, 2014
1 parent cee12e9 commit 2785c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blueprints/app/files/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"handlebars": "~1.3.0",
"jquery": "^1.11.1",
"ember": "1.7.0",
"ember-data": "1.0.0-beta.9",
"ember-resolver": "~0.1.7",
"loader": "stefanpenner/loader.js#1.0.1",
"ember-cli-shims": "stefanpenner/ember-cli-shims#0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion blueprints/app/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"broccoli-asset-rev": "0.1.1",
"broccoli-ember-hbs-template-compiler": "^1.6.1",
"ember-cli": "<%= emberCLIVersion %>",
"ember-cli-ember-data": "0.1.1",
"ember-data": "1.0.0-beta.9",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.0.2",
"ember-cli-qunit": "0.1.0",
Expand Down

0 comments on commit 2785c39

Please sign in to comment.