From 42c6171f9b6c78c8ed73672c16335d0b304febed Mon Sep 17 00:00:00 2001 From: Dmytro Zelenetskyi Date: Thu, 16 Feb 2023 20:25:05 +0100 Subject: [PATCH] fix: npm package publishing fix --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index ae34cd5..130ffad 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,6 @@ "description": "Nestjs logger based on pino", "main": "dist/index.js", "types": "dist/index.d.ts", - "exports": { - "./*": { - "require": "./dist/*.js" - } - }, "scripts": { "build": "tsc", "semantic-release": "semantic-release --debug"