Skip to content

Commit abb5e8e

Browse files
committed
Moved vscode to devDependencies
Signed-off-by: Claudia Emmanuel <emmanuel.claudia@gmail.com>
1 parent 4cd5dde commit abb5e8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,11 @@
262262
"js-yaml": "^4.1.0",
263263
"net": "^1.0.2",
264264
"protobufjs": "^7.4.0",
265-
"simple-git": "^3.27.0",
266-
"vscode": "^1.1.37"
265+
"simple-git": "^3.27.0"
267266
},
267+
"devDependencies": {
268+
"vscode": "^1.1.37"
269+
},
268270
"publish": {
269271
"registry": "https://npm.pkg.github.com"
270272
}

0 commit comments

Comments
 (0)