@cspell/dict-php
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,1 +1,4 @@ | ||
# cspell-tools: keep-case no-split | ||
a | ||
@@ -2,0 +5,0 @@ abbr |
{ | ||
"name": "@cspell/dict-php", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Php dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"php.txt\" --no-compress --output dict", | ||
"build": "cspell-tools-cli compile --use-legacy-splitter --no-compress --output dict php.txt", | ||
"test": "cat \"php.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin", | ||
@@ -40,3 +40,3 @@ "prepublishOnly": "echo pre-publish", | ||
], | ||
"gitHead": "88069cd4b35f74865a19cdddec65d3da53cd1efd" | ||
"gitHead": "fe9e77ac24549b17abedd57e5a1b690ed53c442a" | ||
} |
34850