keploy-seo-audit 1.0.0 → 1.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keploy-seo-audit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Install the Keploy SEO Audit skill for Claude Code — audits blog content against Keploy's SEO guidelines and generates a detailed .md report.",
|
|
5
5
|
"bin": {
|
|
6
|
-
"keploy-seo-audit": "
|
|
6
|
+
"keploy-seo-audit": "install.js"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"postinstall": "node install.js"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"content",
|
|
23
23
|
"blog"
|
|
24
24
|
],
|
|
25
|
-
"author": "
|
|
25
|
+
"author": "Dhananjay",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"engines": {
|
|
28
28
|
"node": ">=14"
|