@stacksjs/buddy 0.61.19 → 0.61.21
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/stacks +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ It’s incredibly easy to get started with this framework. Simply run the follow
|
|
|
33
33
|
```bash
|
|
34
34
|
curl -Ssf stacksjs.org/install | sh # wip
|
|
35
35
|
|
|
36
|
-
# alternatively, if Bun >= v1.
|
|
36
|
+
# alternatively, if Bun >= v1.1.11 is installed already,
|
|
37
37
|
# you may also get started via:
|
|
38
38
|
bunx stacks new my-project
|
|
39
39
|
```
|
package/dist/stacks
CHANGED
|
Binary file
|