cspell-dict-typescript
Advanced tools
Comparing version 1.0.12 to 1.0.15
@@ -6,35 +6,40 @@ # Change Log | ||
## [1.0.12](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.11...cspell-dict-typescript@1.0.12) (2020-11-08) | ||
## [1.0.15](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.14...cspell-dict-typescript@1.0.15) (2020-11-28) | ||
**Note:** Version bump only for package cspell-dict-typescript | ||
### Bug Fixes | ||
* do not include Configstore if not necessary ([#270](https://github.com/streetsidesoftware/cspell-dicts/issues/270)) ([d8b625f](https://github.com/streetsidesoftware/cspell-dicts/commit/d8b625f2f42d5cc6c4a9390216ac1e5037886e44)) | ||
## [1.0.14](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.13...cspell-dict-typescript@1.0.14) (2020-11-27) | ||
**Note:** Version bump only for package cspell-dict-typescript | ||
## [1.0.11](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.10...cspell-dict-typescript@1.0.11) (2020-10-31) | ||
### Bug Fixes | ||
* remove misspelling ([2c86a44](https://github.com/streetsidesoftware/cspell-dicts/commit/2c86a448267c2db608b9095ae9e5563e9ffab19a)) | ||
## [1.0.13](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.12...cspell-dict-typescript@1.0.13) (2020-11-21) | ||
**Note:** Version bump only for package cspell-dict-typescript | ||
## [1.0.12](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.11...cspell-dict-typescript@1.0.12) (2020-11-08) | ||
### Bug Fixes | ||
## [1.0.10](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.9...cspell-dict-typescript@1.0.10) (2020-10-31) | ||
- do not include Configstore if not necessary ([#270](https://github.com/streetsidesoftware/cspell-dicts/issues/270)) ([d8b625f](https://github.com/streetsidesoftware/cspell-dicts/commit/d8b625f2f42d5cc6c4a9390216ac1e5037886e44)) | ||
## [1.0.11](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.10...cspell-dict-typescript@1.0.11) (2020-10-31) | ||
### Bug Fixes | ||
* remove some duplicate words ([085dc37](https://github.com/streetsidesoftware/cspell-dicts/commit/085dc372d44117535496a6d244a4f8fb318174f0)) | ||
- remove misspelling ([2c86a44](https://github.com/streetsidesoftware/cspell-dicts/commit/2c86a448267c2db608b9095ae9e5563e9ffab19a)) | ||
## [1.0.10](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.9...cspell-dict-typescript@1.0.10) (2020-10-31) | ||
### Bug Fixes | ||
- remove some duplicate words ([085dc37](https://github.com/streetsidesoftware/cspell-dicts/commit/085dc372d44117535496a6d244a4f8fb318174f0)) | ||
## [1.0.9](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-typescript@1.0.8...cspell-dict-typescript@1.0.9) (2020-10-29) | ||
@@ -44,9 +49,6 @@ | ||
# Change Log | ||
## 1.0.0 | ||
- Initial Release |
{ | ||
"name": "cspell-dict-typescript", | ||
"version": "1.0.12", | ||
"version": "1.0.15", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
"bin": { | ||
"cspell-dict-typescript-link": "./link.js", | ||
"cspell-dict-typescript-unlink": "./unlink.js" | ||
"cspell-dict-typescript-link": "link.js", | ||
"cspell-dict-typescript-unlink": "unlink.js" | ||
}, | ||
@@ -18,4 +18,4 @@ "exports": { | ||
"cspell-unlink": "node unlink.js", | ||
"prepublishOnly": "npm t", | ||
"prepare": "cp ../../util/* . && npm run build" | ||
"prepublishOnly": "yarn test", | ||
"prepare": "yarn run build" | ||
}, | ||
@@ -50,3 +50,3 @@ "repository": { | ||
], | ||
"gitHead": "e82d9495948fd89166c1d26b4d0d7355c8f5343d" | ||
"gitHead": "48d10290053a5c492372ed4221cdb83c835a3bcb" | ||
} |
@@ -36,3 +36,3 @@ # Cspell TypeScript and JavaScript Dictionary | ||
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files. | ||
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files. | ||
@@ -46,2 +46,3 @@ ```sh | ||
MIT | ||
> Some packages may have other licenses included. |
Sorry, the diff of this file is not supported yet
19196
47