Skip to content

Commit

Permalink
Fix npm install --dev reference in MIGRATION.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Sep 21, 2020
1 parent 758b026 commit 885a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order to accomodate this change in your application you can run:

```sh
# npm users
npm install --dev qunit "@ember/test-helpers@^2.0.0-beta.4"
npm install --save-dev qunit "@ember/test-helpers@^2.0.0-beta.4"

# yarn users
yarn add --dev qunit "@ember/test-helpers@^2.0.0-beta.4"
Expand Down

0 comments on commit 885a697

Please sign in to comment.