Skip to content

Commit 8f671a1

Browse files
authored
Mark the package as private just in case changesets attempts to publish to npm
This shouldn't be the case, but this should ensure it doesn't The marker doesn't (or at least shouldn't) affect publishing to VS Marketplace or Open VSX
1 parent 5a8cd5d commit 8f671a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "neuropilot",
33
"displayName": "NeuroPilot",
4+
"private": true,
45
"description": "Allows Neuro-sama to either act as a companion/copilot or control Visual Studio Code by herself.",
56
"icon": "assets/heart-xaendril.png",
67
"version": "2.0.3",

0 commit comments

Comments
 (0)