Skip to content

Commit

Permalink
chore: Add mocha types as dependency
Browse files Browse the repository at this point in the history
We prune the dev dependencies before making a package but vsce
still complains
  • Loading branch information
iamsergio committed Apr 5, 2024
1 parent edee004 commit a9da992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@iamsergio/qttest-utils": "0.4.9",
"@types/node": "16.x",
"@types/vscode": "^1.75.0",
"vscode-cmake-tools": "^1.0.0"
"vscode-cmake-tools": "^1.0.0",
"@types/mocha": "^10.0.6"
},
"extensionDependencies": [
"ms-vscode.cmake-tools"
Expand Down

0 comments on commit a9da992

Please sign in to comment.