@ijonis/geo-lint 0.1.0 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ijonis/geo-lint",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "SEO and GEO (Generative Engine Optimization) linter for Markdown/MDX content — the first open-source linter that checks your content for AI search visibility",
5
5
  "license": "MIT",
6
6
  "author": "IJONIS <hello@ijonis.com> (https://ijonis.com)",
@@ -45,7 +45,6 @@
45
45
  },
46
46
  "files": [
47
47
  "dist",
48
- "docs",
49
48
  "LICENSE",
50
49
  "README.md",
51
50
  "CHANGELOG.md"
@@ -57,7 +56,6 @@
57
56
  "test:watch": "vitest",
58
57
  "test:coverage": "vitest run --coverage",
59
58
  "typecheck": "tsc --noEmit",
60
- "lint": "eslint src",
61
59
  "prepublishOnly": "npm run build && npm run test"
62
60
  },
63
61
  "dependencies": {