plugin(tech-radar): set private to false and publishConfig access to public

This commit is contained in:
Bilawal Hameed
2020-05-27 12:50:09 +02:00
committed by GitHub
parent ccf7ff095b
commit 01025bbd01
+4 -1
View File
@@ -5,7 +5,10 @@
"main:src": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",