cspell-tools
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.3](https://github.com/streetsidesoftware/cspell/compare/v5.0.2...v5.0.3) (2020-12-04) | ||
**Note:** Version bump only for package cspell-tools | ||
## [5.0.2](https://github.com/streetsidesoftware/cspell/compare/v5.0.2-alpha.1...v5.0.2) (2020-11-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "cspell-tools", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -13,6 +13,7 @@ "typings": "dist/index.d.ts", | ||
"clean-build": "npm run clean && npm run build", | ||
"clean": "rimraf dist temp", | ||
"clean": "rimraf dist temp coverage", | ||
"coverage": "jest --coverage", | ||
"test-watch": "jest --watch", | ||
"test": "jest" | ||
"test": "jest", | ||
"update-snapshot": "jest --updateSnapshot" | ||
}, | ||
@@ -43,5 +44,5 @@ "repository": { | ||
"commander": "^6.2.0", | ||
"cspell-io": "^5.0.2", | ||
"cspell-trie-lib": "^5.0.2", | ||
"cspell-util-bundle": "^5.0.2", | ||
"cspell-io": "^5.0.3", | ||
"cspell-trie-lib": "^5.0.3", | ||
"cspell-util-bundle": "^5.0.3", | ||
"fs-extra": "^9.0.1", | ||
@@ -58,4 +59,4 @@ "gensequence": "^3.1.1", | ||
"@types/glob": "^7.1.3", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.9", | ||
"@types/jest": "^26.0.16", | ||
"@types/node": "^14.14.10", | ||
"@types/rimraf": "^3.0.0", | ||
@@ -69,3 +70,3 @@ "@types/shelljs": "^0.8.8", | ||
"main": "bin.js", | ||
"gitHead": "e4296487e191726638c44ce22fb52eb186822f20" | ||
"gitHead": "1fdce53974f151fc74fcdd7c184fce9ad3a62f29" | ||
} |
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
30744
Updatedcspell-io@^5.0.3
Updatedcspell-trie-lib@^5.0.3
Updatedcspell-util-bundle@^5.0.3