Skip to content

Commit 9e2d5d0

Browse files
authored
Make vscode extension package private (#8383)
Eventually, we'll publish this to the VS Code extension marketplace, but we don't want to publish this to npm.
1 parent 9e5d055 commit 9e2d5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/parcelforvscode/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"parcel-lsp.trace.server": "verbose",
55
"description": "",
66
"version": "2.7.0",
7+
"private": true,
78
"engines": {
89
"vscode": "^1.46.0"
910
},

0 commit comments

Comments
 (0)