Skip to content

Commit 95445d8

Browse files
committed
chore: add concurrently explicitly as a devDependency
it seems the inspector uses it, so npm i -D didn't add it in the package.json. Now we mark it explicit.
1 parent 1aeb486 commit 95445d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"@typescript-eslint/parser": "^8.44.0",
7676
"@vitest/coverage-v8": "^3.2.4",
7777
"@vitest/eslint-plugin": "^1.3.4",
78+
"concurrently": "^9.2.1",
7879
"duplexpair": "^1.0.2",
7980
"eslint": "^9.34.0",
8081
"eslint-config-prettier": "^10.1.8",

0 commit comments

Comments
 (0)