@batijs/create-app 0.0.167 → 0.0.168
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Bâti
|
|
|
9
9
|
Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.
|
|
10
10
|
<p>
|
|
11
11
|
|
|
12
|
-
<h3 align="center"><a href="https://batijs.
|
|
12
|
+
<h3 align="center"><a href="https://batijs.dev">Try the CLI generator</a></h3>
|
|
13
13
|
|
|
14
14
|

|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/create-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.168",
|
|
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.
|
|
13
|
+
"@batijs/cli": "0.0.168"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"index.js"
|