Skip to content

Commit 0fffa3d

Browse files
committed
Extension wouldn't start due to missing shelljs
Move the shelljs dependency from development to production, since we use it in the module to download tool binaries. Signed-off-by: David Thompson <[email protected]>
1 parent 3577b53 commit 0fffa3d

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

package-lock.json

Lines changed: 7 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"mkdirp": "^3.0.1",
9292
"rxjs": "^7.8.1",
9393
"semver": "^7.5.2",
94+
"shelljs": "^0.8.5",
9495
"stacktrace-parser": "^0.1.10",
9596
"targz": "^1.0.1",
9697
"tmp": "^0.2.1",
@@ -169,7 +170,6 @@
169170
"react-scroll-to-top": "^3.0.0",
170171
"react-syntax-highlighter": "^15.5.0",
171172
"remap-istanbul": "^0.13.0",
172-
"shelljs": "^0.8.5",
173173
"shx": "^0.3.3",
174174
"sinon": "^16.0.0",
175175
"sinon-chai": "^3.7.0",

0 commit comments

Comments
 (0)