react-relative-portal
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "react-relative-portal", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "React component for place dropdowns outside overflow: hidden; elements", | ||
@@ -18,3 +18,3 @@ "main": "dist/RelativePortal.js", | ||
"scripts": { | ||
"build": "npm run clean && babel src/Portal.js > dist/Portal.js && babel src/RelativePortal.js > dist/RelativePortal.js", | ||
"build": "yarn clean && babel src/Portal.js > dist/Portal.js && babel src/RelativePortal.js > dist/RelativePortal.js", | ||
"clean": "rm -Rf dist && mkdir dist", | ||
@@ -24,3 +24,3 @@ "start-demo": "parcel --out-dir=demo/dist demo/index.html --open", | ||
"test": "exit 0", | ||
"prepublish": "npm run build" | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -27,0 +27,0 @@ "repository": { |
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
16752