create-vite-extra 0.1.6 → 0.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vite-extra",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Bjorn Lu",
@@ -1,8 +1,6 @@
1
1
  {
2
2
  "tasks": {
3
3
  "dev": "deno run -A --unstable --node-modules-dir npm:vite",
4
- "build": "deno run -A --unstable --node-modules-dir npm:vite build",
5
- "preview": "deno run -A --unstable --node-modules-dir npm:vite preview",
6
- "serve": "deno run --allow-net --allow-read https://deno.land/std@0.157.0/http/file_server.ts dist/"
4
+ "build": "deno run -A --unstable --node-modules-dir npm:vite build"
7
5
  }
8
6
  }