Skip to content

Commit 777bdb7

Browse files
committed
build: add which-pm-runs dependency
1 parent 3729bc2 commit 777bdb7

File tree

2 files changed

+2681
-2148
lines changed

2 files changed

+2681
-2148
lines changed

packages/cli/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@types/marked-terminal": "^3.1.3",
5050
"@types/node": "^20.2.5",
5151
"@types/semver": "^7.5.3",
52+
"@types/which-pm-runs": "^1.0.2",
5253
"ts-expose-internals-conditionally": "1.0.0-empty.0",
5354
"typescript": "5.3.3"
5455
},
@@ -59,7 +60,8 @@
5960
"commander": "^10.0.1",
6061
"marked": "^9.1.2",
6162
"marked-terminal": "^6.0.0",
62-
"semver": "^7.5.4"
63+
"semver": "^7.5.4",
64+
"which-pm-runs": "^1.1.0"
6365
},
6466
"engines": {
6567
"node": ">=18"

0 commit comments

Comments
 (0)