@sparkletree/cli 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ writes `provider` if you don't have it yet.
39
39
  | `hero` | A hero section with streaming headline, body, and artwork. |
40
40
  | `cta` | A call-to-action with a streaming label. |
41
41
  | `copy-card` | A text card. |
42
- | `product-card` | A product card with price and call-to-action. |
42
+ | `product-card` | A product card with image, name, description and price. |
43
43
 
44
44
  The default classes use Tailwind CSS. Restyle or restructure however you like —
45
45
  the files are yours.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkletree/cli",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "sparkletree — add SparkleTree components to your project.",
5
5
  "license": "MIT",
6
6
  "type": "module",