Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Jul 4, 2020
2 parents 2d1c78b + 875dc8a commit f630766
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/dword-design/tree-kill-promise/compare/v1.0.0...v1.0.1) (2020-03-19)


### Bug Fixes

* **deps:** update dependency fs-extra to v9 ([20a412d](https://github.com/dword-design/tree-kill-promise/commit/20a412de4f77657bfb7db9e9920b1cec2413d69b))

# 1.0.0 (2020-02-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-kill-promise",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple wrapper around the child_process module that makes use of promises.",
"repository": "dword-design/tree-kill-promise",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"@dword-design/base": "^6.0.7",
"@dword-design/functions": "^2.7.2",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"port-ready": "^0.1.0",
"with-local-tmp-dir": "^2.2.8"
},
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,12 @@ decode-uri-component@^0.2.0:
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=

dedent@0.7.0, dedent@dword-design/dedent#fork:
dedent@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=

dedent@dword-design/dedent#fork:
version "0.7.0"
resolved "https://codeload.github.com/dword-design/dedent/tar.gz/c8d46e5017d60504657c2d01b59082c0329a12a7"
dependencies:
Expand Down Expand Up @@ -4000,7 +4005,7 @@ fromentries@^1.2.0:
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.2.0.tgz#e6aa06f240d6267f913cea422075ef88b63e7897"
integrity sha512-33X7H/wdfO99GdRLLgkjUrD4geAFdq/Uv0kl3HD4da6HDixd2GUg8Mw7dahLCV9r/EARkmtYBB6Tch4EEokFTQ==

fs-extra@8.1.0, fs-extra@^8.1.0:
fs-extra@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
Expand Down

0 comments on commit f630766

Please sign in to comment.