Skip to content

Commit

Permalink
Add ~ to ember-cli in package.json in blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 19, 2017
1 parent d646486 commit 192392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/app/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^2.4.1",
"ember-cli": "<%= emberCLIVersion %>",
"ember-cli": "~<%= emberCLIVersion %>",
"ember-cli-app-version": "^2.0.0",
"ember-cli-babel": "^6.0.0-beta.3",
"ember-cli-dependency-checker": "^1.3.0",
Expand Down

0 comments on commit 192392d

Please sign in to comment.