Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 8ab249f

Browse files
authored
docs: add build badge
1 parent 92dac89 commit 8ab249f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# dependency-tree
22

3+
![build](https://github.com/Canva/dependency-tree-public/actions/workflows/node.js.yml/badge.svg)
4+
35
This package can create a dependency tree from a given set of files/folders.
46
The nodes of the tree are files and the edges are file -> file dependencies.
57
The most common way to express such a dependency between two files is some sort of import statement (`require()`, `import ... from`, `@import`) or a directive.

0 commit comments

Comments
 (0)