Skip to content

Commit eacd161

Browse files
authored
Merge branch 'main' into fix/135/by-filing-cabinet
2 parents ffa769a + 4f67af2 commit eacd161

File tree

4 files changed

+3086
-1632
lines changed

4 files changed

+3086
-1632
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest]
25-
node: [18, 20]
25+
node: [18, 20, 22]
2626

2727
steps:
2828
- name: Clone repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
npm install dependency-tree
1111
```
1212

13-
* Works for JS (AMD, CommonJS, ES6 modules), Typescript, and CSS preprocessors (CSS (PostCSS), Sass, Stylus, and Less); basically, any module type supported by [Precinct](https://github.com/dependents/node-precinct).
13+
* Works for JS (AMD, CommonJS, ES6 modules), TypeScript, and CSS preprocessors (CSS (PostCSS), Sass, Stylus, and Less); basically, any module type supported by [Precinct](https://github.com/dependents/node-precinct).
1414
- For CommonJS modules, 3rd party dependencies (npm installed dependencies) are included in the tree by default
1515
- Dependency path resolutions are handled by [filing-cabinet](https://github.com/dependents/node-filing-cabinet)
1616
- Supports RequireJS and Webpack loaders

0 commit comments

Comments
 (0)