cspell-dict-golang
Advanced tools
Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "cspell-dict-golang", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Go Language dictionary for cspell.", | ||
@@ -10,7 +10,7 @@ "bin": { | ||
"scripts": { | ||
"build": "../../node_modules/.bin/cspell-tools compile \"go.txt\" -o .", | ||
"prepare": "cp ../../util/* .", | ||
"build": "cspell-tools compile \"go.txt\" -o .", | ||
"test": "head -n 100 \"go.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin", | ||
"cspell-link": "node link.js", | ||
"cspell-unlink": "node unlink.js", | ||
"test-build": "npm run build" | ||
"prepare": "cp ../../util/* . && npm run build" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
], | ||
"gitHead": "019c9b6fe1fb0fea20ff2b709aedd1c1b4e52fb2" | ||
"gitHead": "22fe718be8b19961d2abb769040970a7273f2dc7" | ||
} |
Sorry, the diff of this file is not supported yet
18208