cspell-dict-golang
Advanced tools
Comparing version 1.1.3 to 1.1.6
# Change Log | ||
## 1.1.TODO | ||
- Add keywords for Go 1.11 (provided by AlekSi) | ||
## 1.1.3 | ||
@@ -13,2 +16,2 @@ - Add keywords for Go 1.10 (provided by AlekSi) | ||
## 1.0.0 | ||
- Initial Release | ||
- Initial Release |
{ | ||
"name": "cspell-dict-golang", | ||
"version": "1.1.3", | ||
"version": "1.1.6", | ||
"description": "Go Language dictionary for cspell.", | ||
@@ -11,7 +11,8 @@ "bin": { | ||
"build": "cspell-tools compile \"go.txt\" -o .", | ||
"prepublishOnly": "cp ../util/* .", | ||
"prepublishOnly": "cp ../../util/* .", | ||
"cspell-link": "node link.js", | ||
"cspell-unlink": "node unlink.js", | ||
"publish-minor": "npm version minor && npm publish", | ||
"publish-patch": "npm version patch && npm publish" | ||
"publish-patch": "npm version patch && npm publish", | ||
"test-build": "npm run build" | ||
}, | ||
@@ -38,6 +39,6 @@ "repository": { | ||
"devDependencies": { | ||
"cspell-tools": "^2.0.0" | ||
"cspell-tools": "^3.0.3" | ||
}, | ||
"dependencies": { | ||
"configstore": "^3.1.0" | ||
"configstore": "^3.1.2" | ||
}, | ||
@@ -44,0 +45,0 @@ "files": [ |
@@ -7,3 +7,3 @@ # Cspell Go Language Dictionary | ||
Supports keywords and built-in library names up to Go 1.9. | ||
Supports keywords and built-in library names up to Go 1.11. | ||
@@ -10,0 +10,0 @@ This dictionary is included by default in cSpell. |
17061
Updatedconfigstore@^3.1.2