Merge pull request #17904 from backstage/rugvip/publishfix

fixed publish configurations
This commit is contained in:
Patrik Oldsberg
2023-05-24 10:43:34 +02:00
committed by GitHub
3 changed files with 8 additions and 3 deletions
@@ -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": {