We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a658ead commit d2c421bCopy full SHA for d2c421b
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "nlcst-normalize",
3
"version": "2.1.3",
4
- "description": "Normalize a word for easier comparison",
+ "description": "nlcst utility to normalize a word for easier comparison",
5
"license": "MIT",
6
"keywords": [
7
- "normalize",
+ "unist",
8
"nlcst",
9
- "retext",
10
- "utility"
+ "nlcst-util",
+ "util",
11
+ "utility",
12
+ "normalize"
13
],
14
"repository": "syntax-tree/nlcst-normalize",
15
"bugs": "https://github.com/syntax-tree/nlcst-normalize/issues",
0 commit comments