tree-kill-promise
Advanced tools
Comparing version 1.0.12 to 2.0.0
@@ -0,1 +1,17 @@ | ||
# [2.0.0](https://github.com/dword-design/tree-kill-promise/compare/v1.0.12...v2.0.0) (2021-05-03) | ||
### Bug Fixes | ||
* update dependency @dword-design/base to v8 ([#23](https://github.com/dword-design/tree-kill-promise/issues/23)) ([cd3d340](https://github.com/dword-design/tree-kill-promise/commit/cd3d340c1708663d1da60ea9caf62b1936431f4b)) | ||
### BREAKING CHANGES | ||
* require Node.js >= 12 | ||
Co-authored-by: Renovate Bot <bot@renovateapp.com> | ||
Co-authored-by: Sebastian Landwehr <info@dword-design.de> | ||
Co-authored-by: GitHub Actions <actions@github.com> | ||
## [1.0.12](https://github.com/dword-design/tree-kill-promise/compare/v1.0.11...v1.0.12) (2021-04-26) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "tree-kill-promise", | ||
"version": "1.0.12", | ||
"version": "2.0.0", | ||
"description": "Simple wrapper around the tree-kill module that makes use of promises.", | ||
@@ -26,3 +26,3 @@ "repository": "dword-design/tree-kill-promise", | ||
"devDependencies": { | ||
"@dword-design/base": "^7.0.0", | ||
"@dword-design/base": "^8.0.0", | ||
"@dword-design/functions": "^3.0.0", | ||
@@ -34,2 +34,5 @@ "execa": "^5.0.0", | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"publishConfig": { | ||
@@ -36,0 +39,0 @@ "access": "public" |
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
11424