@cspell/dict-golang
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -11,3 +11,3 @@ // cSpell Settings | ||
"name": "golang", | ||
"path": "./go.txt.gz", | ||
"path": "./dict/go.txt", | ||
"description": "Go Language Dictionary" | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@cspell/dict-golang", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Go Language dictionary for cspell.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"go.txt\" -o .", | ||
"test": "head -n 100 \"go.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin", | ||
"build": "cspell-tools-cli compile --keep-raw-case src/*.txt --no-compress -M go -o ./dict", | ||
"test": "head -n 100 src/go.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -38,6 +38,6 @@ "prepare": "yarn run build" | ||
"files": [ | ||
"go.txt.gz", | ||
"./dict/go.txt", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68" | ||
"gitHead": "8c20cb186c0683008207540a7d6a2456d577b669" | ||
} |
109125