Skip to content

Commit

Permalink
build: add which-pm-runs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
goestav committed Jun 29, 2024
1 parent 3729bc2 commit 777bdb7
Show file tree
Hide file tree
Showing 2 changed files with 2,681 additions and 2,148 deletions.
4 changes: 3 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@types/marked-terminal": "^3.1.3",
"@types/node": "^20.2.5",
"@types/semver": "^7.5.3",
"@types/which-pm-runs": "^1.0.2",
"ts-expose-internals-conditionally": "1.0.0-empty.0",
"typescript": "5.3.3"
},
Expand All @@ -59,7 +60,8 @@
"commander": "^10.0.1",
"marked": "^9.1.2",
"marked-terminal": "^6.0.0",
"semver": "^7.5.4"
"semver": "^7.5.4",
"which-pm-runs": "^1.1.0"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 777bdb7

Please sign in to comment.