react-media-hook
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "react-media-hook", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "React Hook for media query", | ||
@@ -13,3 +13,3 @@ "main": "./dist/index.js", | ||
"build:lib": "cross-env BABEL_ENV=production babel src --out-dir dist --ignore '**/__tests__/**'", | ||
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist", | ||
"build:flow": "gen-flow-files src --out-dir dist", | ||
"prepublish": "npm run flow:check && npm run build" | ||
@@ -55,2 +55,3 @@ }, | ||
"flow-copy-source": "^2.0.2", | ||
"gen-flow-files": "^0.1.3", | ||
"pre-commit": "^1.2.2", | ||
@@ -60,2 +61,2 @@ "prettier": "^1.15.3", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7349
15