react-stepper-horizontal
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-stepper-horizontal", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Well-designed stepper component for react", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel src --out-dir lib", | ||
"prerelease": "npm run build", | ||
"build": "babel src -d lib", | ||
"prepublish": "npm run build", | ||
"example": "webpack -w -d --config example/webpack.config.js" | ||
@@ -12,0 +12,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
81859