@cspell/dict-bash
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@cspell/dict-bash", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Bash dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"test": "head -n 100 \"bash-words.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=shellscript\" stdin", | ||
"prepublishOnly": "yarn test", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "52d94cb3280b14865569ee87553d2e0ddbb9ada6" | ||
"gitHead": "48e80a7aa1ad87dfccfdc56e4b49a4ae478ddcd2" | ||
} |
Sorry, the diff of this file is not supported yet
5210