packages: make plugins private for now

This commit is contained in:
Patrik Oldsberg
2020-03-24 22:29:47 +01:00
parent 81ca63fd40
commit 9b8d15606e
3 changed files with 3 additions and 2 deletions
@@ -4,7 +4,7 @@
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"license": "Apache-2.0",
"private": false,
"private": true,
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",