nextjs-seo-manager 1.0.0 → 1.0.2
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
|
@@ -32,7 +32,7 @@ You can change your plan at any time. You can view our plans [here](https://www.
|
|
|
32
32
|
```jsx
|
|
33
33
|
npm install nextjs-seo-manager
|
|
34
34
|
```
|
|
35
|
-
5. Follow the [Next Step](
|
|
35
|
+
5. Follow the [Next Step](https://docs.seomanager.dev/?path=/docs/get-setup-seoinit--page)
|
|
36
36
|
|
|
37
37
|
## Documentation
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nextjs-seo-manager",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.es.js",
|
|
6
6
|
"type": "module",
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
"url": "https://github.com/ngwessels/seo-manager/issues"
|
|
104
104
|
},
|
|
105
105
|
"author": "Nate Wessels (https://natewessels.dev)",
|
|
106
|
-
"license": "
|
|
106
|
+
"license": "BSD 2-Clause License",
|
|
107
107
|
"homepage": "https://www.seomanager.dev/"
|
|
108
108
|
}
|