cspell-dict-typescript
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.1.0...cspell-dict-typescript@1.1.1) (2020-12-26) | ||
**Note:** Version bump only for package cspell-dict-typescript | ||
# [1.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.15...cspell-dict-typescript@1.1.0) (2020-12-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "cspell-dict-typescript", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "bin": { | ||
"scripts": { | ||
"test": "cspell -v -c ./cspell-ext.json *.md", | ||
"test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md", | ||
"prepublishOnly": "yarn test" | ||
@@ -17,0 +17,0 @@ }, |
7521