Skip to content

Commit

Permalink
update example to use new @webxdc/vite-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Nov 15, 2024
1 parent 24f9bb4 commit db635fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"check": "prettier --check ."
},
"devDependencies": {
"concurrently": "^9.0.1",
"prettier": "^3.3.3",
"vite": "^5.4.10",
"webxdc-dev": "^0.17.0",
"webxdc-vite-plugins": "github:webxdc/webxdc-vite-plugins"
"concurrently": "latest",
"prettier": "latest",
"vite": "latest",
"webxdc-dev": "latest",
"@webxdc/vite-plugins": "latest"
},
"dependencies": {
"@webxdc/highscores": "latest"
Expand Down
2 changes: 1 addition & 1 deletion example/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { webxdcViteConfig } from "webxdc-vite-plugins";
import { webxdcViteConfig } from "@webxdc/vite-plugins";
import { defineConfig } from "vite";

// https://vitejs.dev/config/
Expand Down

0 comments on commit db635fc

Please sign in to comment.