@cspell/dict-ada
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "@cspell/dict-ada", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Ada Language dictionary for cspell.", | ||
@@ -14,8 +14,8 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools-cli compile --keep-raw-case src/ada.txt --no-compress -o ./dict", | ||
"test": "yarn run test-dict && yarn run test-samples", | ||
"test-dict": "head -n 100 src/ada.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=ada stdin", | ||
"build": "cspell-tools-cli build", | ||
"test": "pnpm run test-dict && pnpm run test-samples", | ||
"test-dict": "shx head -n 100 src/ada.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=ada stdin", | ||
"test-samples": "cspell \"samples/**\"", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare": "pnpm run build" | ||
}, | ||
@@ -43,3 +43,3 @@ "repository": { | ||
], | ||
"gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0" | ||
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Cspell Ada Language Dictionary | ||
# CSpell Ada Language Dictionary | ||
@@ -3,0 +3,0 @@ Ada Language dictionary for cspell. |
5914