@cspell/dict-en_us
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "English dictionary for cspell.", | ||
@@ -15,5 +15,6 @@ "publishConfig": { | ||
"build": "yarn run compile", | ||
"sync": "yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict", | ||
"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", | ||
"conditional-build": "yarn run --silent checksum || yarn run build", | ||
"conditional-build": "yarn run sync && yarn run --silent checksum || yarn run build", | ||
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin", | ||
@@ -49,2 +50,3 @@ "test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"", | ||
"src/hunspell/README_en_US-large.txt", | ||
"src/**/README_en_US.txt", | ||
"!scripts" | ||
@@ -55,3 +57,6 @@ ], | ||
}, | ||
"gitHead": "bdec862253dcb75484a48ee5a9ec91ae49d49e30" | ||
"devDependencies": { | ||
"aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict" | ||
}, | ||
"gitHead": "c538ef581899f9fd659e1347277320bc4a122740" | ||
} |
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
336352
7
1