react-spinners
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -5,2 +5,6 @@ # Change Log | ||
## 0.5.7 | ||
- update README.md `.babelrc` example to use `@babel/<name>` syntax in accordance to latest babel packages | ||
## 0.5.6 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-spinners", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -40,3 +40,3 @@ # React Spinners | ||
{ | ||
"presets": ["react", "env"], | ||
"presets": ["@babel/preset-react", "@babel/preset-env], | ||
"plugins": ["emotion"] | ||
@@ -43,0 +43,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
845171