Fix publishConfig

This commit is contained in:
Oliver Sand
2021-01-29 15:13:48 +01:00
parent 93cd587142
commit 26a6be27c0
+1 -2
View File
@@ -7,8 +7,7 @@
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"homepage": "https://backstage.io",