From 5af699a12e1247883d4b87fe57a09d3184661148 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 6 Aug 2021 14:43:33 +0200 Subject: [PATCH] chore: revert accidental change of package.json when half way through a build Signed-off-by: blam --- packages/config/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/config/package.json b/packages/config/package.json index ad1afbbce7..5d9bf94446 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -19,8 +19,8 @@ "backstage" ], "license": "Apache-2.0", - "main": "dist/index.cjs.js", - "types": "dist/index.d.ts", + "main": "src/index.ts", + "types": "src/index.ts", "scripts": { "build": "backstage-cli build", "lint": "backstage-cli lint", @@ -38,6 +38,5 @@ }, "files": [ "dist" - ], - "module": "dist/index.esm.js" + ] }