answerlint 1.1.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,7 +68,7 @@ Supported outputs:
68
68
 
69
69
  Fastest way to understand the product:
70
70
 
71
- - website and playground: [answerlint.vercel.app](https://answerlint.vercel.app/)
71
+ - website and playground: [useanswerlint.com](https://useanswerlint.com/)
72
72
  - npm package: [answerlint on npm](https://www.npmjs.com/package/answerlint)
73
73
  - source code: [GitHub repo](https://github.com/rakeshcheekatimala/answerlint)
74
74
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "answerlint",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A CLI tool that audits web content for AEO and GEO scores",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/rakeshcheekatimala/answerlint.git"
8
8
  },
9
- "homepage": "https://github.com/rakeshcheekatimala/answerlint#readme",
9
+ "homepage": "https://useanswerlint.com",
10
10
  "bugs": {
11
11
  "url": "https://github.com/rakeshcheekatimala/answerlint/issues"
12
12
  },