Skip to content

Commit

Permalink
chore: fix repository fields in package.json files (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 authored Sep 8, 2024
1 parent 61336e5 commit d4f55cd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"description": "Vite plugin for developing Node.js server applications",
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/expose-vite-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"description": "Vite plugin for exposing Vite's development server to user code",
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"description": "CLI command for orchestrating multiple Vite builds",
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"description": "Tool for orchestrating multiple Vite builds",
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"description": "ESM loader for transpiling modules with Vite",
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/reloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"description": "Vite plugin for hot hot reloading server applications",
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/vavite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"author": "Fatih Aygün <cyco130@gmail.com>",
"repository": "https://github.com/cyco130/vavite",
"repository": "github:cyco130/vavite",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit d4f55cd

Please sign in to comment.