@cspell/dict-golang
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -3918,3 +3918,2 @@ | ||
Unlockpt | ||
Unmap | ||
Unmarshal | ||
@@ -5760,2 +5759,3 @@ Unmarshaler | ||
unlock | ||
unmap | ||
unmount | ||
@@ -5762,0 +5762,0 @@ unpack |
{ | ||
"name": "@cspell/dict-golang", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Go Language dictionary for cspell.", | ||
@@ -14,8 +14,8 @@ "publishConfig": { | ||
"scripts": { | ||
"sync": "yarn cpy \"../../node_modules/go-words/**\" \"src/go-words\" --flat", | ||
"conditional-build": "yarn run sync && yarn run build", | ||
"sync": "pnpm cpy \"node_modules/go-words/**\" \"src/go-words\" --flat", | ||
"conditional-build": "pnpm run sync && pnpm run build", | ||
"build": "cspell-tools-cli build", | ||
"test": "head -n 100 src/go.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin", | ||
"test": "shx head -n 100 src/go.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
@@ -44,5 +44,5 @@ "repository": { | ||
"devDependencies": { | ||
"go-words": "https://github.com/AlekSi/go-words" | ||
"go-words": "github:AlekSi/go-words" | ||
}, | ||
"gitHead": "784ccba8671cf9c09e11f0e2d3ca45e8df29f2e2" | ||
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22" | ||
} |
68849