packages,plugins: use publishConfig to configure published entrypoints

This commit is contained in:
Patrik Oldsberg
2020-06-04 17:46:59 +02:00
parent 8269b81a67
commit 0d1655c65b
22 changed files with 88 additions and 12 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"scripts": {
"build": "backstage-cli plugin:build",