@cspell/dict-django
Advanced tools
Comparing version 4.1.0 to 4.1.3
{ | ||
"name": "@cspell/dict-django", | ||
"version": "4.1.0", | ||
"version": "4.1.3", | ||
"description": "Django dictionary for cspell.", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -15,9 +16,10 @@ "exports": { | ||
"build": "cspell-tools-cli compile --keep-raw-case \"src/*.txt\" -M django --no-compress -o ./dict", | ||
"test": "head -n 100 src/django.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=python stdin", | ||
"test": "shx head -n 100 src/django.txt | cspell -c ./cspell-ext.json --locale=* --languageId=python stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dicts", | ||
"directory": "dictionaries/django" | ||
}, | ||
@@ -30,3 +32,7 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent & canarduck", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"contributors": [ | ||
"canarduck", | ||
"Jason Dent <jason@streetsidesoftware.nl>" | ||
], | ||
"license": "MIT", | ||
@@ -41,3 +47,3 @@ "bugs": { | ||
], | ||
"gitHead": "a3809e64e7895498f94b8b30f37d2a987c9b8efc" | ||
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021" | ||
} |
40418
5