diff --git a/packages/config/package.json b/packages/config/package.json index 3a89ce8..c859b38 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -8,7 +8,9 @@ ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" - } + }, + "./define-mcfly-config": "./dist/define-mcfly-config.js", + "./nitro-config": "./dist/nitro-config.js" }, "scripts": { "build": "tsc --build tsconfig.json", diff --git a/packages/create-mcfly/package.json b/packages/create-mcfly/package.json index c587ce5..76af0cc 100644 --- a/packages/create-mcfly/package.json +++ b/packages/create-mcfly/package.json @@ -1,12 +1,12 @@ { "name": "create-mcfly", - "version": "0.4.3", + "version": "0.4.5", "description": "Create a new McFly app", "type": "module", "bin": { - "create-mcfly": "./index.js" + "create-mcfly": "./dist/index.js" }, - "main": "index.js", + "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts",