packages,plugins: add main:src package.json field to all built packages

This commit is contained in:
Patrik Oldsberg
2020-05-16 12:15:07 +02:00
parent 34ad05575e
commit fb78fb2da4
16 changed files with 16 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "@backstage/plugin-explore",
"version": "0.1.1-alpha.5",
"main": "dist/index.esm.js",
"main:src": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,