Skip to content

Commit b518e0f

Browse files
committed
Fix #247. Suppress warning for spawn-sync
1 parent 4f8a14a commit b518e0f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,8 @@
284284
"tmp": "^0.0.31",
285285
"vscode": "^1.1.18",
286286
"ws": "^6.0.0"
287+
},
288+
"optionalDependencies": {
289+
"spawn-sync": "^2.0.0"
287290
}
288291
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5843,6 +5843,10 @@ sparkles@^1.0.0:
58435843
version "1.0.1"
58445844
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.1.tgz#008db65edce6c50eec0c5e228e1945061dd0437c"
58455845

5846+
spawn-sync@^2.0.0:
5847+
version "2.0.0"
5848+
resolved "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-2.0.0.tgz#3af5ba4b73cc5dc8a41d3747eede71e98d949555"
5849+
58465850
spdx-correct@^3.0.0:
58475851
version "3.0.0"
58485852
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.0.0.tgz#05a5b4d7153a195bc92c3c425b69f3b2a9524c82"

0 commit comments

Comments
 (0)