@cspell/dict-bash
Advanced tools
Comparing version 4.1.10 to 4.2.0
@@ -5,11 +5,3 @@ { | ||
"description": "Bash dictionary.", | ||
"readonly": true, | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "bash", | ||
"path": "./dict/bash-words.txt", | ||
"description": "Bash dictionary." | ||
} | ||
], | ||
"dictionaries": [], | ||
"import": ["@cspell/dict-shell"], | ||
"languageSettings": [ | ||
@@ -16,0 +8,0 @@ { |
{ | ||
"name": "@cspell/dict-bash", | ||
"version": "4.1.10", | ||
"version": "4.2.0", | ||
"description": "Bash dictionary for cspell.", | ||
@@ -15,4 +15,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx cat src/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin", | ||
"build": "echo ok", | ||
"test": "shx cat samples/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -43,3 +43,6 @@ "prepare:dictionary": "pnpm run build" | ||
], | ||
"gitHead": "c5d2ed0b1b50a03fbf32b6848bfeb3b1fc335a02" | ||
"dependencies": { | ||
"@cspell/dict-shell": "1.1.0" | ||
}, | ||
"gitHead": "3b96e0ab2641bbc840fdc4decd1168a4d7232454" | ||
} |
3868
1
4
13
+ Added@cspell/dict-shell@1.1.0
+ Added@cspell/dict-shell@1.1.0(transitive)