Skip to content

Commit

Permalink
chore: move to @vonojs
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nten committed Jan 6, 2024
1 parent c4f5336 commit c9ee431
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@gaiiaa/vono": "../..",
"@vonojs/vono": "../..",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import vono from "@gaiiaa/vono";
import vono from "@vonojs/vono";

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Import the `cloudflare` adapter and pass it into `vono()`
```ts
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import vono from "@gaiiaa/vono";
import { cloudflare } from "@gaiiaa/vono/adapters";
import vono from "@vonojs/vono";
import { cloudflare } from "@vonojs/vono/adapters";

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@gaiiaa/vono": "../..",
"@vonojs/vono": "../..",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/cloudflare/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import vono from "@gaiiaa/vono";
import { cloudflare } from "@gaiiaa/vono/adapters";
import vono from "@vonojs/vono";
import { cloudflare } from "@vonojs/vono/adapters";

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit c9ee431

Please sign in to comment.