fixed publish configurations

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-05-22 16:30:22 +02:00
parent 41d2fb07df
commit 50c4457119
3 changed files with 8 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-cicd-statistics-module-gitlab': patch
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Fixed publish configuration.
@@ -7,8 +7,7 @@
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
@@ -6,7 +6,7 @@
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {