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
@@ -1,8 +1,7 @@
{
"name": "@backstage/plugin-lighthouse",
"version": "0.1.1-alpha.9",
"main": "dist/index.esm.js",
"main:src": "src/index.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,