@temir.ra/create-template 0.4.0 → 0.4.1-pre.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Version 0
2
2
 
3
+ ## 0.4.1-pre.1
4
+
5
+ 1. Minor updates in the README.
6
+
3
7
  ## 0.4.0
4
8
 
5
9
  1. Synced template files with `ts-lob@0.11.0-pre.11` template.
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm create --no-install --no-git "@temir.ra/template@latest" .
25
25
 
26
26
  # set metadata in package.json
27
27
 
28
- npm install
28
+ npm update
29
29
  ```
30
30
 
31
31
  # Documentation
@@ -65,6 +65,13 @@ npmx tsx dist/cli.bundle.js -- example/
65
65
  @temir.ra:registry=https://registry.npmjs.org/
66
66
  ```
67
67
 
68
+ `~/.bunfig.toml` or `bunfig.toml`:
69
+
70
+ ```toml
71
+ [install.scopes]
72
+ "temir.ra" = { url = "https://registry.npmjs.org/" }
73
+ ```
74
+
68
75
  ```bash
69
76
  # registry.npmjs.org/
70
77
  npm login
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.4.0+4a688eb
1
+ 0.4.1-pre.1+4a688eb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-template",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-pre.1",
4
4
  "description": "A template for a template package.",
5
5
  "private": false,
6
6
  "keywords": [