@fluixi/vite-plugin 1.0.0-alpha.54 → 1.0.0-alpha.55

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/vite-plugin?logo=npm)](https://www.npmjs.com/package/@fluixi/vite-plugin)
12
12
  ![Vite](https://img.shields.io/badge/built%20on-Vite-646cff?logo=vite&logoColor=white)
13
13
 
14
14
  ---
@@ -22,12 +22,6 @@ in automatically — use this plugin directly for a plain (non-meta-framework) V
22
22
 
23
23
  ## 📦 Installation
24
24
 
25
- ```ini
26
- # .npmrc
27
- @fluixi:registry=https://npm.pkg.github.com
28
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
29
- ```
30
-
31
25
  ```sh
32
26
  pnpm add -D @fluixi/vite-plugin
33
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/vite-plugin",
3
- "version": "1.0.0-alpha.54",
3
+ "version": "1.0.0-alpha.55",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.0",
31
- "@fluixi/compiler": "1.0.0-alpha.54"
31
+ "@fluixi/compiler": "1.0.0-alpha.55"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "vite": ">=4"