cspell-tools
Advanced tools
Comparing version 5.0.1-alpha.13 to 5.0.1-alpha.15
@@ -6,2 +6,17 @@ # Change Log | ||
## [5.0.1-alpha.15](https://github.com/streetsidesoftware/cspell/compare/v5.0.1-alpha.14...v5.0.1-alpha.15) (2020-11-18) | ||
### Bug Fixes | ||
* force new version ([3ab08ab](https://github.com/streetsidesoftware/cspell/commit/3ab08ab5ae1939d934b2f0fb23d33defc60c1a7f)) | ||
## 5.0.1-alpha.14 (2020-11-17) | ||
**Note:** Version bump only for package cspell-tools | ||
## [5.0.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.1.12...cspell-tools@5.0.1-alpha.0) (2020-02-20) | ||
@@ -8,0 +23,0 @@ |
@@ -52,3 +52,3 @@ "use strict"; | ||
program.exitOverride(); | ||
return new Promise((resolve, rejects) => { | ||
return new Promise((resolve, reject) => { | ||
program.version(npmPackage.version); | ||
@@ -102,3 +102,3 @@ program | ||
catch (e) { | ||
rejects(e); | ||
reject(e); | ||
} | ||
@@ -105,0 +105,0 @@ resolve(); |
{ | ||
"name": "cspell-tools", | ||
"version": "5.0.1-alpha.13", | ||
"version": "5.0.1-alpha.15", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -42,5 +42,5 @@ "typings": "dist/index.d.ts", | ||
"commander": "^6.2.0", | ||
"cspell-io": "^5.0.1-alpha.13", | ||
"cspell-trie-lib": "^5.0.1-alpha.13", | ||
"cspell-util-bundle": "^5.0.1-alpha.13", | ||
"cspell-io": "^5.0.1-alpha.15", | ||
"cspell-trie-lib": "^5.0.1-alpha.15", | ||
"cspell-util-bundle": "^5.0.1-alpha.15", | ||
"fs-extra": "^9.0.1", | ||
@@ -67,3 +67,3 @@ "gensequence": "^3.1.1", | ||
"main": "bin.js", | ||
"gitHead": "0e078dcab8c63536009126d41884265fdfe2ae63" | ||
"gitHead": "5ba1c5a41af896140e9a318438ce66197a8a2445" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30246