@temir.ra/create-ts-lib 0.11.0-pre.8 → 0.11.0-pre.9

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/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.11.0-pre.8+3ebf4d9
1
+ 0.11.0-pre.9+c4e82f7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-ts-lib",
3
- "version": "0.11.0-pre.8",
3
+ "version": "0.11.0-pre.9",
4
4
  "description": "A template for a distributable TypeScript library package.",
5
5
  "private": false,
6
6
  "keywords": [
@@ -45,13 +45,6 @@ npm run tests
45
45
 
46
46
  Configure the scope registry as described in the [`workspace` template README](https://git.chimps.quest/trs/create-workspace#scope-registry).
47
47
 
48
- ```bash
49
- # placeholder:
50
- # <REGISTRY_AUTH_TOKEN_ENV_VAR: <REGISTRY_AUTH_TOKEN_ENV_VAR>
51
- ```
52
-
53
- Authenticate with the registry:
54
-
55
48
  ```bash
56
49
  # registry.npmjs.org/
57
50
  npm login