cspell-dict-he
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "cspell-dict-he", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Hebrew dictionary for cspell", | ||
@@ -10,3 +10,4 @@ "bin": { | ||
"scripts": { | ||
"build": "../../node_modules/.bin/cspell-tools compile-trie \"hunspell/he.dic.txt\" -o .", | ||
"build": "cspell-tools compile-trie \"hunspell/he.dic.txt\" -o .", | ||
"test": "hunspell-reader words -n 1000 \"hunspell/he.dic.txt\" | cspell -v -c ./cspell-ext.json --local=he --languageId=* stdin", | ||
"prepare": "cp ../../util/* .", | ||
@@ -44,3 +45,3 @@ "cspell-link": "node link.js", | ||
], | ||
"gitHead": "019c9b6fe1fb0fea20ff2b709aedd1c1b4e52fb2" | ||
"gitHead": "22fe718be8b19961d2abb769040970a7273f2dc7" | ||
} |
6402