vize 0.0.1-alpha.106 → 0.0.1-alpha.107

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/README.md CHANGED
@@ -9,7 +9,7 @@ High-performance Vue.js toolchain in Rust.
9
9
  npm install -g vize
10
10
 
11
11
  # Or install from GitHub
12
- npm install -g github:vizejs/vize
12
+ npm install -g github:ubugeeei/vize
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vize",
3
- "version": "0.0.1-alpha.106",
3
+ "version": "0.0.1-alpha.107",
4
4
  "description": "Vize - High-performance Vue.js toolchain in Rust",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
9
9
  const packageJson = await import("../package.json", { with: { type: "json" } });
10
10
  const version = packageJson.default.version;
11
11
 
12
- const REPO = "vizejs/vize";
12
+ const REPO = "ubugeeei/vize";
13
13
 
14
14
  const PLATFORMS = {
15
15
  "darwin-x64": {