We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2b3e6 commit 1bf6b70Copy full SHA for 1bf6b70
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v3.0.1
4
+
5
+* Milestone: https://github.com/11ty/eleventy-dependency-tree/milestone/1?closed=1
6
+* Add support for `pnpm` #3
7
+* Ignore tests for npm publish #4
8
9
## v3.0.0
10
11
* All paths returned from this utility are normalized to POSIX-format by default.
package.json
@@ -1,6 +1,6 @@
{
"name": "@11ty/dependency-tree",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Finds all JavaScript CommmonJS require() dependencies from a filename.",
"main": "main.js",
"files": [
0 commit comments