@cspell/dict-typescript
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -521,2 +521,3 @@ | ||
bind | ||
bindgen | ||
binding | ||
@@ -523,0 +524,0 @@ bindings |
{ | ||
"name": "@cspell/dict-typescript", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools-cli compile --keep-raw-case src/typescript.txt --no-compress -o ./dict", | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 100 src/typescript.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=typescript\" stdin", | ||
@@ -42,3 +42,3 @@ "prepublishOnly": "echo pre-publish", | ||
], | ||
"gitHead": "d6dba6cd842c786156a6718402f41f1f184999f2" | ||
"gitHead": "d95cee6098f5c12190a4a134f5d295c473c38222" | ||
} |
39433