@temir.ra/create-test115 0.0.18 → 0.0.19

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
@@ -23,7 +23,7 @@ This package serves as a template for creating Bun libraries. It includes a basi
23
23
  # placeholder:
24
24
  # <PACKAGE: <PACKAGE>
25
25
 
26
- bun create @temir.ra/test115 --no-install --no-git <PACKAGE>
26
+ bun create --no-install --no-git "@temir.ra/test115" <PACKAGE>
27
27
  cd <PACKAGE>
28
28
 
29
29
  bun install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-test115",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "",