Skip to content

Commit

Permalink
chore: update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zr87 committed Aug 22, 2024
1 parent af9fb89 commit fc45041
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accent-folding",
"version": "2.0.0",
"description": "A small library for accent sensitive highlight",
"version": "2.2.0",
"description": "A JavaScript library for accent-insensitive text processing, including accent folding and search term highlighting",
"main": "index.js",
"engines": {
"node": ">=14.17.0"
Expand All @@ -20,14 +20,21 @@
"url": "git+https://github.com/zr87/accent-folding.git"
},
"keywords": [
"accent",
"folding",
"highlight"
"accent folding",
"accent insensitive",
"Unicode normalization",
"text processing",
"string manipulation",
"search highlight",
"JavaScript library",
"npm package",
"text normalization",
"accent removal"
],
"author": "Zoltan Rakottyai <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zr87/accent-folding"
"url": "https://github.com/zr87/accent-folding/issues"
},
"homepage": "https://github.com/zr87/accent-folding#readme",
"devDependencies": {
Expand Down

0 comments on commit fc45041

Please sign in to comment.