Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/streamich/use-media/compare/v1.0.0...v1.1.0) (2019-02-10) | ||
### Features | ||
* add default export ([4849348](https://github.com/streamich/use-media/commit/4849348)) | ||
# 1.0.0 (2019-02-09) | ||
@@ -2,0 +9,0 @@ |
@@ -5,2 +5,2 @@ declare type MediaQueryObject = { | ||
export declare const useMedia: (rawQuery: string | MediaQueryObject, defaultState?: boolean) => boolean; | ||
export {}; | ||
export default useMedia; |
@@ -42,1 +42,2 @@ "use strict"; | ||
}; | ||
exports.default = exports.useMedia; |
{ | ||
"name": "use-media", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "useMedia React hook", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3882
47