@cspell/dict-en_us
Advanced tools
Comparing version 4.3.17 to 4.3.18
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "4.3.17", | ||
"version": "4.3.18", | ||
"description": "English dictionary for cspell.", | ||
@@ -18,4 +18,4 @@ "publishConfig": { | ||
"conditional-build": "pnpm run sync && pnpm run build --conditional && pnpm gz", | ||
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --locale=en --languageId=* stdin", | ||
"test-text": "cspell -v -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"", | ||
"test-dict": "pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"", | ||
"test-text": "cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"", | ||
"test": "pnpm run test-dict && pnpm run test-text", | ||
@@ -28,3 +28,4 @@ "gz": "cspell-tools-cli gzip \"*.trie\"", | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/en_US" | ||
}, | ||
@@ -41,3 +42,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -58,6 +59,6 @@ "bugs": { | ||
"devDependencies": { | ||
"@cspell/dict-en-shared": "1.0.11", | ||
"@cspell/dict-en-shared": "1.0.12", | ||
"aoo-mozilla-en-dict": "github:marcoagpinto/aoo-mozilla-en-dict" | ||
}, | ||
"gitHead": "6ef94d019ff0de7963b85bc642ba93cf8a0c23ac" | ||
"gitHead": "d600f23f01d4c16ca93064d3a7237eb45438663b" | ||
} |
Sorry, the diff of this file is not supported yet
336205