@temir.ra/create-test115 0.0.18 → 0.0.20

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 -3
  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
@@ -32,8 +32,6 @@ bun run build
32
32
 
33
33
  bun run test
34
34
  bun run dev
35
-
36
- bun publish
37
35
  ```
38
36
 
39
37
  # Documentation
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.20",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "",