packages,plugins: remove main:src and fix some main fields

This commit is contained in:
Patrik Oldsberg
2020-06-18 12:20:53 +02:00
parent 2ef5380c5b
commit a098ebca27
24 changed files with 27 additions and 70 deletions
+1 -2
View File
@@ -18,8 +18,7 @@
"backstage"
],
"license": "Apache-2.0",
"main": "dist/index.esm.js",
"main:src": "src/index.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "backstage-cli plugin:build",