create-bearnie 0.1.1 → 0.1.2
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.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/template/src/pages/index.astro +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -96,7 +96,7 @@ Thumbs.db
|
|
|
96
96
|
|
|
97
97
|
${pc.dim("1.")} cd ${pc.cyan(projectName)}
|
|
98
98
|
${pc.dim("2.")} npm install
|
|
99
|
-
${pc.dim("3.")} npx
|
|
99
|
+
${pc.dim("3.")} npx bearnie add button card
|
|
100
100
|
${pc.dim("4.")} npm run dev
|
|
101
101
|
|
|
102
102
|
${pc.dim("Browse components at")} ${link("bearnie.dev/docs/components", "https://bearnie.dev/docs/components")}
|
package/package.json
CHANGED