Skip to content

Commit

Permalink
Add klaw-sync, for recursive directory traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVlaanderen authored and ds300 committed Jun 16, 2018
1 parent 05d05a1 commit 759c56e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -62,6 +62,7 @@
"chalk": "^1.1.3",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.1",
"klaw-sync": "^4.0.0",
"minimist": "^1.2.0",
"rimraf": "^2.6.2",
"slash": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Expand Up @@ -1949,6 +1949,12 @@ kind-of@^3.0.2:
dependencies:
is-buffer "^1.1.5"

klaw-sync@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-4.0.0.tgz#7785692ea1a320ac3dda7a6c0c22b33a30aa3b3f"
dependencies:
graceful-fs "^4.1.11"

latest-version@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15"
Expand Down

0 comments on commit 759c56e

Please sign in to comment.