Skip to content

Commit b966bc0

Browse files
committed
Installation
1 parent b9d6c1f commit b966bc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Returns an unordered array of local paths to dependencies of a node JavaScript f
44

55
Reduced feature (faster) alternative to the [`dependency-tree` package](https://www.npmjs.com/package/dependency-tree) that only works with stock node JS. This is used by Eleventy to find dependencies of a JavaScript file to watch for changes to re-run Eleventy’s build.
66

7+
## Installation
8+
9+
```
10+
npm install --save-dev @11ty/dependency-tree
11+
```
12+
713
## Features
814

915
* Ignores `node_modules`

0 commit comments

Comments
 (0)