mdx-linklist 0.1.0 → 0.2.0
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 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# mdx-linklist
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/mdx-linklist)
|
|
4
|
+
[](https://www.npmjs.com/package/mdx-linklist)
|
|
5
|
+
[](https://github.com/amandeepmittal/mdx-linklist/blob/main/LICENSE)
|
|
6
|
+
|
|
3
7
|
A CLI tool to extract and validate links in MDX files. Check for broken internal links and external URLs in your documentation.
|
|
4
8
|
|
|
5
9
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdx-linklist",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "A CLI tool to extract and validate links in MDX files",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Aman Mittal",
|
|
@@ -26,7 +26,11 @@
|
|
|
26
26
|
],
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": ""
|
|
29
|
+
"url": "https://github.com/amandeepmittal/mdx-linklist.git"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/amandeepmittal/mdx-linklist#readme",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/amandeepmittal/mdx-linklist/issues"
|
|
30
34
|
},
|
|
31
35
|
"scripts": {
|
|
32
36
|
"build": "tsc",
|