@cspell/dict-bash
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -127,2 +127,4 @@ | ||
jobs | ||
keymap | ||
keymaps | ||
keyrings | ||
@@ -157,2 +159,3 @@ keyword | ||
readarray | ||
readline | ||
readlink | ||
@@ -159,0 +162,0 @@ readonly |
{ | ||
"name": "@cspell/dict-bash", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Bash dictionary for cspell.", | ||
@@ -15,5 +15,5 @@ "publishConfig": { | ||
"build": "cspell-tools-cli build", | ||
"test": "head -n 100 src/bash-words.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=shellscript\" stdin", | ||
"test": "shx head -n 100 src/bash-words.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=shellscript\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
@@ -41,3 +41,3 @@ "repository": { | ||
], | ||
"gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0" | ||
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Cspell bash Dictionary | ||
# CSpell bash Dictionary | ||
@@ -3,0 +3,0 @@ Bash dictionary for cspell. |
5505