Skip to content

Commit

Permalink
use ~ instead of ^ for ember-source
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jan 27, 2017
1 parent f3d260e commit ad5f697
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 @@ -35,7 +35,7 @@
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.6.0",
"ember-resolver": "^2.0.3",
"ember-source": "^2.11.0",
"ember-source": "~2.11.0",
"ember-welcome-page": "^2.0.2",
"loader.js": "^4.0.10"
},
Expand Down

0 comments on commit ad5f697

Please sign in to comment.