Skip to content

Commit

Permalink
Merge pull request #82 from k-fish/fix_breaking_change
Browse files Browse the repository at this point in the history
Fix breaking initializer change
  • Loading branch information
k-fish authored Oct 5, 2016
2 parents b91dd8f + ea0ff5e commit 9477ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/initializers/responsive.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import responsive from 'ember-responsive/initializers/responsive';
export default responsive;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-responsive",
"version": "1.2.9",
"version": "1.2.10",
"description": "An ember-cli addon that give you a simple, Ember-aware way of dealing with media queries.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 9477ee9

Please sign in to comment.