Skip to content

Commit

Permalink
Merge pull request #10 from tszarzynski/master
Browse files Browse the repository at this point in the history
Fixed issue with wrong active value for widths smalller than smallest breakpoint
  • Loading branch information
eduardoboucas authored Oct 31, 2016
2 parents 0cc49f4 + 52b4d9c commit 88178cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "include-media-export",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/eduardoboucas/include-media-export",
"authors": [
"Eduardo Boucas <[email protected]>"
Expand Down
1 change: 0 additions & 1 deletion dist/include-media-1.0.1.min.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/include-media-1.0.2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions include-media.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
try {
breakpoints = JSON.parse(removeQuotes(data));
} catch (err) {}
} else {
breakpoints = false;
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "include-media-export",
"name": "include-media-export",
"version": "1.0.1",
"version": "1.0.2",
"description": "An include-media plugin for exporting breakpoints from Sass to JavaScript",
"repository": {
"type": "git",
Expand Down

0 comments on commit 88178cf

Please sign in to comment.