Update package.json for plugin sonarqube-backend

Set the plugin to non private and prefix the name with "@backstage/"

Signed-off-by: Neemys <36508659+Neemys@users.noreply.github.com>
This commit is contained in:
Neemys
2022-07-22 14:39:35 +02:00
parent 035ea31f2c
commit f1768c82e1
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "plugin-sonarqube-backend",
"name": "@backstage/plugin-sonarqube-backend",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",