Skip to content

Commit

Permalink
sample-plugins: make plugins private (eclipse-theia#12667)
Browse files Browse the repository at this point in the history
The commit makes the `plugin-a` and `plugin-b` plugins `private` to
prevent them from being published during a release.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Jun 29, 2023
1 parent ced05e9 commit 6553475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample-plugins/sample-namespace/plugin-a/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "plugin-a",
"version": "1.0.0",
"main": "extension.js",
Expand Down
1 change: 1 addition & 0 deletions sample-plugins/sample-namespace/plugin-b/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "plugin-b",
"version": "1.0.0",
"main": "extension.js",
Expand Down

0 comments on commit 6553475

Please sign in to comment.