@valbuild/create 0.87.5 → 0.90.0
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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,8 +8,4 @@ Bootstrap a Val project from the CLI.
|
|
|
8
8
|
npm create @valbuild@latest
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Read the docs here: https://val.build/docs
|
|
14
|
-
|
|
15
|
-
If you wish want to make it possible for non-technical editors to use Val directly in your application, you can create a project here: https://admin.val.build
|
|
11
|
+
See the [documentation](https://val.build/docs) for more information.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/create",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.90.0",
|
|
4
4
|
"description": "Create a new Val project with Next.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/valbuild/val.git"
|
|
7
|
+
"url": "git+https://github.com/valbuild/val.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/valbuild-create.cjs.js",
|
|
10
10
|
"module": "dist/valbuild-create.esm.js",
|