@cspell/dict-en_us
Advanced tools
Comparing version 1.2.45 to 2.0.0
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "1.2.45", | ||
"version": "2.0.0", | ||
"description": "English dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"checksum": "shasum -c checksum.txt", | ||
"compile": "cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum", | ||
"compile": "cat source-files.txt | xargs cspell-tools-cli compile-trie --merge en_US -o . && yarn run gen-checksum", | ||
"conditional-build": "yarn run --silent checksum || yarn run build", | ||
@@ -53,3 +53,3 @@ "test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin", | ||
}, | ||
"gitHead": "ba1fa58d02b4af9fdd27b3408417515511a837fe" | ||
"gitHead": "fef2e60e49abf3a9fb8afaabc84eaf6b480c0dad" | ||
} |
Sorry, the diff of this file is not supported yet
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
437453