@cspell/dict-dotnet
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -0,1 +1,4 @@ | ||
# cspell-tools: keep-case no-split | ||
a | ||
@@ -2,0 +5,0 @@ abbreviated |
{ | ||
"name": "@cspell/dict-dotnet", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": ".Net dictionary for cspell.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile dotnet.txt --no-compress -o ./dict", | ||
"test": "head -n 100 \"dotnet.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cs stdin", | ||
"build": "cspell-tools-cli compile --keep-raw-case --use-legacy-splitter src/dotnet.txt --no-compress -o ./dict", | ||
"test": "head -n 100 src/dotnet.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=cs stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -41,3 +41,3 @@ "prepare": "yarn run build" | ||
], | ||
"gitHead": "fe9e77ac24549b17abedd57e5a1b690ed53c442a" | ||
"gitHead": "8c20cb186c0683008207540a7d6a2456d577b669" | ||
} |
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
25423