@cspell/dict-en_us
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "English dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"checksum": "shasum -c checksum.txt", | ||
"compile": "cat source-files.txt | xargs cspell-tools-cli compile-trie --merge en_US -o . && yarn run gen-checksum", | ||
"compile": "cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x=compound --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": "fef2e60e49abf3a9fb8afaabc84eaf6b480c0dad" | ||
"gitHead": "f491b8dc3c0c11a647a71568fcb6f283e68d1f54" | ||
} |
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
319496