mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
fix: do not create <mark> elements, just wrap found words in <span> and add .css styling
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@eslint/css": "^0.9.0",
|
||||
"@eslint/js": "^9.30.0",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/exec": "^7.1.0",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"eslint": "^9.30.0",
|
||||
"globals": "^16.2.0",
|
||||
"semantic-release": "^24.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user