@cspell/dict-elixir
Advanced tools
Comparing version 4.0.3 to 4.0.6
@@ -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": "elixir", | ||
// 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": "*", |
{ | ||
"name": "@cspell/dict-elixir", | ||
"version": "4.0.3", | ||
"version": "4.0.6", | ||
"description": "Elixir dictionary for cspell.", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -15,9 +16,10 @@ "exports": { | ||
"build": "cspell-tools-cli compile --keep-raw-case src/elixir.txt --no-compress -o ./dict", | ||
"test": "head -n 100 src/elixir.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=elixir stdin", | ||
"test": "shx head -n 100 src/elixir.txt | cspell -c ./cspell-ext.json --locale=* --languageId=elixir stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn 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/elixir" | ||
}, | ||
@@ -31,3 +33,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -42,3 +44,3 @@ "bugs": { | ||
], | ||
"gitHead": "c422c71fa8539e9f81c0aafb87a00d27c1306ae3" | ||
"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
6938
5