Merge pull request #11168 from anicke/gerrit-package-entry

Gerrit-catalog-plugin: Fix incorrect main entry
This commit is contained in:
Ben Lambert
2022-05-02 13:18:19 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-gerrit': patch
---
Fix incorrect main path in `publishConfig`
@@ -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": {