@batijs/create-app 0.0.79-beta.8 → 0.0.79

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 +2 -2
package/README.md CHANGED
@@ -18,5 +18,5 @@ Next-gen scaffolder. Get started with fully-functional apps, and choose any tool
18
18
  - Configuration files are tailored for the stack you chose
19
19
  - Ready to start
20
20
  - [Vite](https://vitejs.dev) + Typescript ecosystem
21
- - Based on [vite-plugin-ssr](https://vite-plugin-ssr.com) for portability and customazibility
21
+ - Based on [vike](https://vike.dev) for portability and customazibility
22
22
  - Sane and future-proof recommendations that follows [WinterCG](https://wintercg.org) as much as possible
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/create-app",
3
- "version": "0.0.79-beta.8",
3
+ "version": "0.0.79",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -10,7 +10,7 @@
10
10
  "bin": "./index.js",
11
11
  "devDependencies": {},
12
12
  "dependencies": {
13
- "@batijs/cli": "0.0.79-beta.8"
13
+ "@batijs/cli": "0.0.79"
14
14
  },
15
15
  "files": [
16
16
  "index.js"