Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hustler", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -31,3 +31,3 @@ # hustler | ||
<Layout> | ||
<Stepper activeIndex={0} transitionSpeed={400}> | ||
<Hustler activeIndex={0} transitionSpeed={400}> | ||
<Step> | ||
@@ -49,3 +49,3 @@ {({ next, goTo, active, hiding, activeIndex }) => ( | ||
})}> | ||
<StepTwo next={next} step={activeIndex} prev={prev} handleProduct={(i) => this.setState({product: i})} /> | ||
<StepTwo next={next} step={activeIndex} prev={prev} handleProduct={(i) => this.setState({products: i})} /> | ||
</div> | ||
@@ -74,3 +74,3 @@ )} | ||
</Step> | ||
</Stepper> | ||
</Hustler> | ||
</Layout> | ||
@@ -77,0 +77,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
9335