Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ accentFoldedHighlight('Fulanilo López', 'lo', 'strong'); // --> "Fulani<strong>

Contributions are welcome! Please feel free to submit a Pull Request.

**Development requires Node.js ≥22** (ESLint v10 constraint). The published package supports Node.js ≥18 for consumers.

## Credits

The initial idea came from the article [Accent Folding for Auto-Complete](https://alistapart.com/article/accent-folding-for-auto-complete/) by Carlos Bueno on A List Apart (February 2010). This library has since grown beyond that original concept, but the credit belongs there.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"engines": {
"node": ">=18"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=22.0.0",
"onFail": "warn"
}
},
"type": "module",
"scripts": {
"coverage": "vitest run --coverage",
Expand Down
Loading