react-spinners
Advanced tools
Comparing version 0.11.0-alpha.1 to 0.11.0-alpha.2
@@ -5,2 +5,6 @@ # Change Log | ||
## 0.11.0-alpha.2 | ||
- Update readme usage section to use `@emotion` for `.babelrc` plugins | ||
## 0.11.0-alpha.1 (In Progress) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-spinners", | ||
"version": "0.11.0-alpha.1", | ||
"version": "0.11.0-alpha.2", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -49,3 +49,3 @@ # React Spinners | ||
"presets": ["@babel/preset-react", "@babel/preset-env"], | ||
"plugins": ["emotion"] | ||
"plugins": ["@emotion"] | ||
} | ||
@@ -52,0 +52,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
140621