Skip to content

Commit

Permalink
Merge pull request #42 from snyk/docs/align-docs-with-implementation
Browse files Browse the repository at this point in the history
docs: aling DepTree interface with code
  • Loading branch information
gjvis committed Oct 11, 2019
2 parents 7c9ee05 + 99b4212 commit fd8b897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -177,7 +177,7 @@ A `DepTree` is a recursive structure that is quite similar to the output of `npm
interface DepTree {
name: string;
version: string;
dependencies: {
dependencies?: {
[depName: string]: DepTree
};
}
Expand Down

0 comments on commit fd8b897

Please sign in to comment.