Skip to content

Commit

Permalink
🐛 (breakpoints) fixes bug introduced in last patch
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews committed Aug 21, 2020
1 parent 9f6928e commit 9dc64a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evanshunt/derekstrap",
"version": "0.1.7",
"version": "0.1.8",
"description": "A base layout and styles library by Evans Hunt",
"main": "dist/main.js",
"sass": "_index.scss",
Expand Down
2 changes: 1 addition & 1 deletion src/Breakpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Breakpoints = {
window.dispatchEvent(new CustomEvent('breakpointChange', {
detail: {
breakpoint: newBreakpoint,
breakpoints: breakpoints.current,
breakpoints: Breakpoints.current,
lastBreakpoint: oldBreakpoint
}
}));
Expand Down

0 comments on commit 9dc64a2

Please sign in to comment.