Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "couillard", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Couillard is a small trebuchet, you aim, and launch at your users.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ ![](https://badgen.net/bundlephobia/minzip/couillard) | ||
# Couillard | ||
Couillard is a small trebuchet you aim and launch at your users. It's a *lean* A/B testing tool to validate hypotheses and determine what to build. | ||
Couillard is a [small trebuchet](https://en.wikipedia.org/wiki/Trebuchet#Couillard) you aim and launch at your users. It's a *lean* A/B testing tool to validate hypotheses and determine what to build. | ||
@@ -37,4 +37,4 @@ ## More About Lean A/B Testing | ||
<p> | ||
Welcome I'm experiment A, {props.name},{' '} | ||
<button onClick={hit('welcome', 'A', saveMetrics)}>Click Me</button>{' '} | ||
Welcome I'm experiment A, {props.name}, | ||
<button onClick={hit('welcome', saveMetrics)}>Click Me</button> | ||
</p> | ||
@@ -46,4 +46,4 @@ )) | ||
<p> | ||
Welcome I'm experiment B, {props.name},{' '} | ||
<button onClick={hit('welcome', 'B', saveMetrics)}>Click Me</button> | ||
Welcome I'm experiment B, {props.name}, | ||
<button onClick={hit('welcome', saveMetrics)}>Click Me</button> | ||
</p> | ||
@@ -50,0 +50,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
5148