react-div-100vh
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "react-div-100vh", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A workaround for the '100vh' issue in mobile browsers", | ||
@@ -8,3 +8,2 @@ "license": "MIT", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -14,3 +13,2 @@ "test": "jest .", | ||
"build:cjs": "yarn tsc -p tsconfig-cjs.json", | ||
"build:types": "yarn tsc -p tsconfig-types.json", | ||
"cleanup": "rm -rf dist", | ||
@@ -17,0 +15,0 @@ "build": "yarn cleanup && yarn concurrently --kill-others-on-fail 'yarn:build:*'", |
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
8783