Skip to content

Commit 1c954d0

Browse files
committed
Update package.json
1 parent 1acd507 commit 1c954d0

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

lib/package.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
55
"version": "0.0.0",
6-
"description": "",
6+
"description": "A highly lightweight utility that automatically detects and makes links clickable in Markdown rendered by react-markdown.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",
99
"module": "./dist/index.mjs",
@@ -44,22 +44,31 @@
4444
}
4545
],
4646
"keywords": [
47+
"markdown",
48+
"react-markdown",
49+
"clickable links",
50+
"hyperlinks",
51+
"automatic detection",
52+
"link conversion",
53+
"lightweight utility",
54+
"markdown links",
55+
"markdown renderer",
56+
"react component",
57+
"frontend",
58+
"web development",
4759
"React",
48-
"React Loaders",
4960
"React 18",
5061
"React 19",
5162
"Next.js",
5263
"Next.js 14",
5364
"Next.js 15",
5465
"React server components",
55-
"Customizable",
56-
"Cutting-edge",
57-
"Compatibility",
58-
"Frontend development",
66+
"cutting-edge",
67+
"compatibility",
68+
"frontend development",
5969
"UI components",
60-
"Web development",
61-
"Progressive",
62-
"Modern",
63-
"Seamless integration"
70+
"progressive",
71+
"modern",
72+
"seamless integration"
6473
]
6574
}

0 commit comments

Comments
 (0)