@react-md/progress
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
{ | ||
"name": "@react-md/progress", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0", | ||
"description": "Create horizontal, vertical, and circular progress indicators", | ||
@@ -22,3 +22,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/mlaursen/react-md", | ||
"url": "https://github.com/mlaursen/react-md.git", | ||
"directory": "packages/progress" | ||
@@ -29,2 +29,3 @@ }, | ||
}, | ||
"homepage": "https://react-md.dev/packages/progress/demos", | ||
"keywords": [ | ||
@@ -40,7 +41,11 @@ "react-md", | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-beta.2", | ||
"@react-md/transition": "^2.0.0-beta.2", | ||
"@react-md/utils": "^2.0.0-beta.2", | ||
"@react-md/theme": "^2.0.0", | ||
"@react-md/transition": "^2.0.0", | ||
"@react-md/utils": "^2.0.0", | ||
"classnames": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"peerDependencies": { | ||
@@ -55,7 +60,3 @@ "react": ">= 16.8" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"gitHead": "cf3a082e89a038dd4cc60974874938af6480b289" | ||
"gitHead": "bb7b78bbafd92e86d0a7841a56dbd4d181a405af" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
148111
0
Updated@react-md/theme@^2.0.0
Updated@react-md/transition@^2.0.0
Updated@react-md/utils@^2.0.0