@fluixi/cli 0.1.0-alpha.45 → 0.1.0-alpha.46

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 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-22c55e.svg)](./LICENSE)
10
10
  ![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178c6?logo=typescript&logoColor=white)
11
- ![Registry](https://img.shields.io/badge/registry-GitHub%20Packages-181717?logo=github)
11
+ [![npm](https://img.shields.io/npm/v/@fluixi/cli?logo=npm)](https://www.npmjs.com/package/@fluixi/cli)
12
12
 
13
13
  ---
14
14
 
@@ -27,12 +27,6 @@ fluixi generate <kind> <name> # scaffold into the current app (alias: g)
27
27
 
28
28
  ## 📦 Installation
29
29
 
30
- ```ini
31
- # .npmrc
32
- @fluixi:registry=https://npm.pkg.github.com
33
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
34
- ```
35
-
36
30
  ```sh
37
31
  pnpm add -D @fluixi/cli
38
32
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/cli",
3
- "version": "0.1.0-alpha.45",
3
+ "version": "0.1.0-alpha.46",
4
4
  "license": "MIT",
5
5
  "description": "The `fluixi` command-line tool — dev/build/start (via @fluixi/start) and, later, scaffolding + generators.",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@fluixi/start": "0.1.0-alpha.44"
36
+ "@fluixi/start": "0.1.0-alpha.45"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsc -p tsconfig.lib.json",