From cee6d7b7e9383e552e599c391508609a03463b73 Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:23:19 +0200 Subject: [PATCH] fix file export --- package.json | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 1e9cc57..f3dc87d 100644 --- a/package.json +++ b/package.json @@ -3,22 +3,9 @@ "version": "2.0.0", "description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", "license": "MIT", - "typings": "./index.d.ts", - "main": "./index.js", - "files": [ - "src/**/*", - "index.js", - "index.d.ts", - "package.json" - ], - "exports": { - ".": [ - { - "require": "./index.js" - }, - "./index.js" - ] - }, + "typings": "dist/Typings.d.ts", + "main": "dist/Index.js", + "files": [ "dist" ], "funding": [ { "type": "individual",