diff --git a/package.json b/package.json index 3e4c421..0b39e22 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,15 @@ "version": "7.0.2", "description": "easily create complex multi-column command-line-interfaces", "main": "build/index.cjs", - "exports": [ - { - "import": "./index.mjs", - "require": "./build/index.cjs" - }, - "./build/index.cjs" - ], + "exports": { + ".": [ + { + "import": "./index.mjs", + "require": "./build/index.cjs" + }, + "./build/index.cjs" + ] + }, "type": "module", "module": "./index.mjs", "scripts": {