We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a3e15 + d452ddc commit 5d323e0Copy full SHA for 5d323e0
.prettierignore
@@ -7,3 +7,4 @@ stats.html
7
src/python/setup-python/
8
src/msvc/msvc-dev-cmd/
9
dev/cpp_vcpkg_project
10
+package.json
package.json
@@ -59,7 +59,7 @@
59
"test.unit": "jest --runInBand"
60
},
61
"prettier": "prettier-config-atomic",
62
- "dependencies": {
+ "devDependencies": {
63
"@actions/core": "^1.10.0",
64
"@actions/exec": "^1.1.1",
65
"@actions/io": "^1.1.2",
@@ -86,9 +86,8 @@
86
"ubuntu-version": "^2.0.0",
87
"untildify-user": "workspace:1.0.0",
88
"user-access": "workspace:1.0.0",
89
- "which": "^3.0.0"
90
- },
91
- "devDependencies": {
+ "which": "^3.0.0",
+
92
"@types/cross-spawn": "^6.0.2",
93
"@types/jest": "^29.2.5",
94
"@types/mri": "^1.1.1",
0 commit comments