react-use-loading-overlay
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "react-use-loading-overlay", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A simple, lightweight react hook for displaying a loading overlay", | ||
@@ -13,3 +13,3 @@ "main": "./dist/index.js", | ||
"clear-dist": "cross-env rm -rf dist/", | ||
"compile": "cross-env node_modules/.bin/tsc -p .", | ||
"compile": "cross-env node_modules/.bin/tsc -p . && cp src/styles.css dist/", | ||
"push": "cross-env npm run test && npm run clear-dist && npm run compile && npm publish" | ||
@@ -16,0 +16,0 @@ }, |
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
15351
17
346