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",