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",
+1
View File
@@ -3,6 +3,7 @@
"version": "0.1.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"private": true,
"devDependencies": {
"@spotify-backstage/cli": "^0.1.0",
"@spotify-backstage/core": "^0.1.0",
+1 -1
View File
@@ -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",