plugins: switch back to private to fix master build

This commit is contained in:
Patrik Oldsberg
2020-04-03 17:32:52 +02:00
parent db79d0f387
commit 728e6637b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": false,
"private": true,
"scripts": {
"build:watch": "backstage-cli plugin:build --watch",
"build": "backstage-cli build-cache -- backstage-cli plugin:build",
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.1.1-alpha.1",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"private": false,
"private": true,
"license": "Apache-2.0",
"scripts": {
"build:watch": "backstage-cli plugin:build --watch",