atomic-spinner
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "atomic-spinner", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Loading spinner that looks like an atom", | ||
@@ -15,3 +15,5 @@ "author": "David Lounsbrough", | ||
"build": "rm -rf dist && tsc && pnpm minify", | ||
"minify": "uglifyjs --compress -o dist/index.min.js -- dist/index.js" | ||
"minify": "uglifyjs --compress -o dist/index.min.js -- dist/index.js", | ||
"build-demo": "pnpm --prefix demo build", | ||
"deploy-demo": "gh-pages -d demo/build" | ||
}, | ||
@@ -40,2 +42,3 @@ "keywords": [ | ||
"@types/react-dom": "^18.0.10", | ||
"gh-pages": "^4.0.0", | ||
"react": "^18.2.0", | ||
@@ -42,0 +45,0 @@ "react-dom": "^18.2.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
13453
7