-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update peerDeps for redux@4, cleanup old test stuff, dep updates
Showing
23 changed files
with
2,825 additions
and
1,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules/ | ||
.DS_Store | ||
coverage/ |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
// explicitly naming exports because webpack doesn't tree-shake 'export * from' | ||
// correctly | ||
export { defaultSize, initialState, reducer, SET_MOBILE_DETECT, setMobileDetect } from './redux' | ||
export { MediaQueryWrapper, responsiveWrapper, PhoneScreen, TabletScreen, | ||
export { | ||
defaultSize, initialState, reducer, SET_MOBILE_DETECT, setMobileDetect, | ||
} from './redux' | ||
export { | ||
MediaQueryWrapper, responsiveWrapper, PhoneScreen, TabletScreen, | ||
DesktopScreen, MobileScreen, PhoneScreenHidden, TabletScreenHidden, | ||
DesktopScreenHidden, MobileScreenHidden, XsScreen, SmScreen, MdScreen, | ||
LgScreen, XsScreenHidden, SmScreenHidden, MdScreenHidden, LgScreenHidden } from './components' | ||
LgScreen, XsScreenHidden, SmScreenHidden, MdScreenHidden, LgScreenHidden, | ||
} from './components' | ||
export { breakPoints, defaultSizes } from './defaults' | ||
export { mobileParser } from './parser' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters