@cspell/dict-css
Advanced tools
Comparing version 4.0.12 to 4.0.13
@@ -19,3 +19,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": [ | ||
@@ -26,3 +26,3 @@ { | ||
"languageId": "css", | ||
// 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. | ||
@@ -29,0 +29,0 @@ "locale": "*", |
@@ -400,2 +400,3 @@ | ||
geometricPrecision | ||
geometricprecision | ||
georgia | ||
@@ -721,2 +722,4 @@ georgian | ||
optimize | ||
optimizelegibility | ||
optimizespeed | ||
option | ||
@@ -723,0 +726,0 @@ optional |
{ | ||
"name": "@cspell/dict-css", | ||
"version": "4.0.12", | ||
"version": "4.0.13", | ||
"description": "CSS dictionary for cspell.", | ||
@@ -15,3 +15,5 @@ "publishConfig": { | ||
"build": "cspell-tools-cli compile --keep-raw-case src/css.txt --no-compress -o ./dict", | ||
"test": "shx head -n 100 src/css.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=css\" stdin", | ||
"test": "pnpm run test:keywords && pnpm run test:samples", | ||
"test:keywords": "shx head -n 100 src/css.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=css\" stdin", | ||
"test:samples": "cspell samples", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -22,3 +24,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/css" | ||
}, | ||
@@ -32,3 +35,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -43,3 +46,3 @@ "bugs": { | ||
], | ||
"gitHead": "1be5a9ff9c0d99c42ff57e931e4b87bbca164aa7" | ||
"gitHead": "bd7ce755699093beda6d06a263bce29dbf2a4295" | ||
} |
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
15200
5