@cspell/dict-lorem-ipsum
Advanced tools
Comparing version 4.0.0 to 4.0.3
@@ -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": "*", | ||
// 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": "lorem,lorem-ipsum", |
{ | ||
"name": "@cspell/dict-lorem-ipsum", | ||
"version": "4.0.0", | ||
"version": "4.0.3", | ||
"description": "Lorem-ipsum dictionary for cspell.", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -15,9 +16,10 @@ "exports": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 1000 src/dictionary.txt | cspell -v -c ./cspell-ext.json --local=lorem --languageId=* stdin", | ||
"test": "shx head -n 1000 src/dictionary.txt | cspell -c ./cspell-ext.json --locale=lorem --languageId=* stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "pnpm run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dicts", | ||
"directory": "dictionaries/lorem-ipsum" | ||
}, | ||
@@ -30,3 +32,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -41,3 +43,3 @@ "bugs": { | ||
], | ||
"gitHead": "f6b5f6f68a7582b929f9475df98da41d9b639fb2" | ||
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021" | ||
} |
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
8516
5