@valbuild/create 0.87.4 → 0.88.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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. 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
- ## Next steps
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.87.4",
3
+ "version": "0.88.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",