Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
fix(package): update recursive-iterator to version 3.3.0 (#99)
Browse files Browse the repository at this point in the history
Closes #95, #98
  • Loading branch information
mdreizin committed Aug 9, 2017
1 parent ef454a1 commit fdae327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"babel-runtime": "^6.25.0",
"constitute": "^1.6.2",
"lodash": "^4.17.4",
"recursive-iterator": "^2.0.3",
"recursive-iterator": "^3.3.0",
"yargs-parser": "^7.0.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3105,9 +3105,9 @@ readdirp@^2.0.0:
readable-stream "^2.0.2"
set-immediate-shim "^1.0.1"

recursive-iterator@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/recursive-iterator/-/recursive-iterator-2.0.3.tgz#d0e0d2c7e7a83109d73091cf043fc509e5a76dc3"
recursive-iterator@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/recursive-iterator/-/recursive-iterator-3.3.0.tgz#4e498ce6227d8c42b2e2d496b296bc866c134514"

redent@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit fdae327

Please sign in to comment.