@evjs/cli 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ No configuration file is needed. `ev dev` and `ev build` work out of the box wit
25
25
  | `ev dev` | Start dev server (client HMR + API watch) |
26
26
  | `ev build` | Production build (client + server) |
27
27
 
28
- > **Scaffolding:** Use `npx create-ev-app` to scaffold a new project.
28
+ > **Scaffolding:** Use `npx @evjs/create-app` to scaffold a new project.
29
29
 
30
30
  ### `ev dev`
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evjs/cli",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "CLI and configuration layer for the evjs framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",