Skip to content

Commit

Permalink
Auto merge of #6862 - rwjblue:update-ember-try-min, r=rwjblue
Browse files Browse the repository at this point in the history
Update minimum ember-try version.

Fixes issues when using scenarios that have bower dependencies,
when the host app doesn't initially include a `bower.json`.
  • Loading branch information
homu committed Mar 16, 2017
2 parents fddbc4a + ba4fa31 commit 229bea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-preprocess-registry": "^3.1.0",
"ember-cli-string-utils": "^1.0.0",
"ember-try": "^0.2.10",
"ember-try": "^0.2.11",
"ensure-posix-path": "^1.0.2",
"escape-string-regexp": "^1.0.3",
"execa": "^0.6.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1595,9 +1595,9 @@ ember-try-config@^2.0.1:
rsvp "^3.2.1"
semver "^5.1.0"

ember-try@^0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/ember-try/-/ember-try-0.2.10.tgz#8a11191fe8e5a45fb94b3bfdb0dc57d71899f16c"
ember-try@^0.2.11:
version "0.2.11"
resolved "https://registry.yarnpkg.com/ember-try/-/ember-try-0.2.11.tgz#a793fbfe9c327e6dface808f53262a0b5f69e7b8"
dependencies:
chalk "^1.0.0"
cli-table2 "^0.2.0"
Expand Down

0 comments on commit 229bea9

Please sign in to comment.