packages/cli: target modern browsers and switch output to module

This commit is contained in:
Patrik Oldsberg
2020-04-26 21:10:53 +02:00
parent 4c7a9784cc
commit b87d266c74
15 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-tech-radar",
"version": "0.1.1-alpha.4",
"main": "dist/index.cjs.js",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": true,