@cspell/dict-python
Advanced tools
Comparing version 3.0.5 to 3.0.6
{ | ||
"name": "@cspell/dict-python", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Python dictionary for cspell.", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"build": "yarn run build-python && yarn run build-common", | ||
"build-python": "cspell-tools-cli compile \"src/python/*.txt\" --split --keep-raw-case --merge python -o .", | ||
"build-python": "cspell-tools-cli compile \"src/python/*.txt\" \"src/additional_words.txt\" --split --keep-raw-case --merge python -o .", | ||
"build-common": "cspell-tools-cli compile \"src/common/*.txt\" --keep-raw-case --merge python-common -o .", | ||
@@ -48,3 +48,3 @@ "test-dictionary": "cspell -v -c ./cspell-ext.json --local=en --languageId=python \"src/python/py*.txt\"", | ||
], | ||
"gitHead": "4ddc8168491d10876dd735f672ce5d7053f58867" | ||
"gitHead": "4f8f3a9317913cafe68f160e3a1e94cef559fbc3" | ||
} |
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
56707