@cspell/dict-ada
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -11,3 +11,3 @@ { | ||
"name": "ada", | ||
"path": "./ada.txt.gz", | ||
"path": "./dict/ada.txt", | ||
"description": "Ada Language Dictionary" | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@cspell/dict-ada", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Ada Language dictionary for cspell.", | ||
@@ -14,5 +14,5 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"ada.txt\" -o .", | ||
"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 \"ada.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=ada stdin", | ||
"test-dict": "head -n 100 src/ada.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=ada stdin", | ||
"test-samples": "cspell \"samples/**\"", | ||
@@ -40,6 +40,6 @@ "prepublishOnly": "echo pre-publish", | ||
"files": [ | ||
"ada.txt.gz", | ||
"dict/ada.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68" | ||
"gitHead": "6281ddf47fdb43dd115466ff684eba7dc64785d4" | ||
} |
5854