Skip to content

Commit b5fc518

Browse files
authored
Fix indentation
1 parent 47923b8 commit b5fc518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ var list = dependencyTree.toList({
4949
* `filter`: a function used to determine if a module (and its subtree) should be included in the dependency tree
5050
- The first argument given to the filter is an absolute filepath to the dependency and the second is the filepath to the currently traversed file. Should return a `Boolean`. If it returns `true`, the module is included in the resulting tree.
5151
* `detective`: object with configuration specific to detectives used to find dependencies of a file
52-
- for example `detective.amd.skipLazyLoaded: true` tells the AMD detective to omit inner requires
53-
- See [precinct's usage docs](https://github.com/dependents/node-precinct#usage) for the list of module types you can pass options to.
52+
- for example `detective.amd.skipLazyLoaded: true` tells the AMD detective to omit inner requires
53+
- See [precinct's usage docs](https://github.com/dependents/node-precinct#usage) for the list of module types you can pass options to.
5454

5555
#### Format Details
5656

0 commit comments

Comments
 (0)