hydrogen-sanity 4.0.0 → 4.0.1
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
## Installation
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
npm install hydrogen-sanity
|
|
36
|
+
npm install hydrogen-sanity
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
|
-
yarn add hydrogen-sanity
|
|
40
|
+
yarn add hydrogen-sanity
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
|
-
pnpm install hydrogen-sanity
|
|
44
|
+
pnpm install hydrogen-sanity
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
## Usage
|
|
@@ -449,4 +449,4 @@ Make sure to select the main branch and check "Release new version".
|
|
|
449
449
|
|
|
450
450
|
Semantic release will only release on configured branches, so it is safe to run release on any branch.
|
|
451
451
|
|
|
452
|
-
[migrate-v3-to-v4]: https://github.com/sanity-io/hydrogen-sanity/blob/
|
|
452
|
+
[migrate-v3-to-v4]: https://github.com/sanity-io/hydrogen-sanity/blob/main/MIGRATE-v3-to-v4.md
|