@cspell/dict-powershell
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -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": "powershell", | ||
// 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": "*", |
@@ -36,3 +36,2 @@ | ||
OFS | ||
PID | ||
PRINTHOOD | ||
@@ -370,2 +369,3 @@ PROFILESFOLDER | ||
pictures | ||
pid | ||
ping | ||
@@ -372,0 +372,0 @@ playlists |
{ | ||
"name": "@cspell/dict-powershell", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "PowerShell Keyword Dictionary", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 100 src/powershell.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=powershell\" stdin", | ||
"test": "shx head -n 100 src/powershell.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=powershell\" 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/powershell" | ||
}, | ||
@@ -32,3 +33,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -43,3 +44,3 @@ "bugs": { | ||
], | ||
"gitHead": "14dba75a74f5bf6db82f11e4037c177a13a62151" | ||
"gitHead": "90ec73e277efc1389e33b57b5437c51d46b0ed87" | ||
} |
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
10318