@batijs/create-app 0.0.225 → 0.0.229

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/batijs/bati/main/website/assets/logo.svg" height="150">
2
+ <img src="https://raw.githubusercontent.com/vikejs/bati/main/website/assets/logo.svg" height="150">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">
@@ -26,4 +26,4 @@ Next-gen scaffolder. Get started with fully-functional apps, and choose any tool
26
26
 
27
27
  <hr>
28
28
 
29
- **Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/batijs/bati/discussions/categories/integration-request).**
29
+ **Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/vikejs/bati/discussions/categories/integration-request).**
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@batijs/create-app",
3
- "version": "0.0.225",
3
+ "version": "0.0.229",
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",
7
7
  "author": "Joël Charles <joel.charles91@gmail.com>",
8
- "repository": "https://github.com/batijs/bati",
8
+ "repository": "https://github.com/vikejs/bati",
9
9
  "license": "MIT",
10
10
  "bin": "./index.js",
11
11
  "devDependencies": {},
12
12
  "dependencies": {
13
- "@batijs/cli": "0.0.225"
13
+ "@batijs/cli": "0.0.229"
14
14
  },
15
15
  "files": [
16
16
  "index.js"