Skip to content

Commit

Permalink
Add @pnpm/logger
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 3, 2023
1 parent 5ab5a87 commit 6cf4f0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
3 changes: 2 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://unpkg.com/knip@2/schema.json",
"entry": ["src/{index,cli}.ts!"],
"project": ["src/**/*.ts!"],
"ignore": ["**/fixtures", "**/_template"]
"ignore": ["**/fixtures", "**/_template"],
"ignoreDependencies": ["@pnpm/logger"]
}
15 changes: 4 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"dependencies": {
"@ericcornelissen/bash-parser": "^0.5.2",
"@npmcli/map-workspaces": "^3.0.4",
"@pnpm/logger": "5.0.0",
"@pnpm/workspace.pkgs-graph": "2.0.6",
"@snyk/github-codeowners": "^1.1.0",
"chalk": "^5.2.0",
Expand Down

0 comments on commit 6cf4f0d

Please sign in to comment.