@cspell/dict-python
Advanced tools
Comparing version 4.1.2 to 4.1.3
{ | ||
"name": "@cspell/dict-python", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Python dictionary for cspell.", | ||
@@ -14,9 +14,9 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "yarn cspell-tools-cli build", | ||
"build": "pnpm cspell-tools-cli build", | ||
"test-dictionary": "cspell -v -c ./cspell-ext.json --local=en --languageId=python \"src/python/py*.txt\"", | ||
"test-samples": "cspell -v -c ./cspell-ext.json \"samples/**/*.py\"", | ||
"test": "yarn run test-dictionary && yarn run test-samples", | ||
"test": "pnpm run test-dictionary && pnpm run test-samples", | ||
"update-python-lib": "./scripts/fetch-python.sh", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare": "pnpm run build" | ||
}, | ||
@@ -49,3 +49,3 @@ "repository": { | ||
], | ||
"gitHead": "7b716fcc185c93a48a40fe0e97c7658d54cad66e" | ||
"gitHead": "8c8ef90bd518f9874789ee589205e723fba6ae7c" | ||
} |
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
57298