cspell-dict-en_us
Advanced tools
Comparing version 1.2.23 to 1.2.24
{ | ||
"name": "cspell-dict-en_us", | ||
"version": "1.2.23", | ||
"version": "1.2.24", | ||
"description": "English dictionary for cspell.", | ||
@@ -11,4 +11,4 @@ "bin": { | ||
"merge-dictionaries": "cp src/hunspell/* dict && cat src/hunspell/en_US.dic src/en_US.txt > dict/en_US.dic", | ||
"compile": "cspell-tools compile-trie \"dict/en_US.aff\" -o .", | ||
"build": "npm run merge-dictionaries && npm run compile", | ||
"compile": "cspell-tools compile-trie --merge en_US src/hunspell/en_US.dic src/en_US.txt -o .", | ||
"build": "npm run compile", | ||
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin", | ||
@@ -51,3 +51,3 @@ "test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"", | ||
], | ||
"gitHead": "9606d4d7a045cc4966b5224d17ec4166a5276992" | ||
"gitHead": "a55af5208dbc2b0b3b3bc4d5e0b8593f1d4ca58a" | ||
} |
Sorry, the diff of this file is not supported yet
385016