@cspell/dict-html
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -72,3 +72,3 @@ // cSpell Settings | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `local` | ||
// Files are matched on `languageId` and `locale` | ||
"languageSettings": [ | ||
@@ -79,3 +79,3 @@ { | ||
"languageId": "html", | ||
// Language local. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
@@ -82,0 +82,0 @@ "locale": "*", |
@@ -2770,2 +2770,6 @@ | ||
shadowroot | ||
shadowrootclonable | ||
shadowrootdelegatesfocus | ||
shadowrootmode | ||
shadowrootserializable | ||
shape | ||
@@ -2772,0 +2776,0 @@ sharp |
{ | ||
"name": "@cspell/dict-html", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "HTML dictionary for cspell.", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 100 src/html.txt | cspell -v -c ./cspell-ext.json \"--local=*\" --language-id=html stdin", | ||
"test": "shx head -n 100 src/html.txt | cspell -c ./cspell-ext.json \"--locale=*\" --language-id=html stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -22,3 +22,4 @@ "prepare:dictionary": "pnpm run build" | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/html" | ||
}, | ||
@@ -32,3 +33,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -43,3 +44,3 @@ "bugs": { | ||
], | ||
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22" | ||
"gitHead": "392e827218bc66e51ca97a86bb84b3beedd6d4b5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35042