@cspell/dict-en_us
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "English dictionary for cspell.", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
"checksum": "shasum -c checksum.txt", | ||
"compile": "cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x=compound --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 sync && yarn run --silent checksum || yarn run build", | ||
@@ -59,3 +59,3 @@ "test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin", | ||
}, | ||
"gitHead": "c538ef581899f9fd659e1347277320bc4a122740" | ||
"gitHead": "dd598ee19650c5891ae3bc70381f8f13b7258017" | ||
} |
Sorry, the diff of this file is not supported yet
439818