diff --git a/packages/components/package.json b/packages/components/package.json index 82c1d2c0..2141f868 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -32,20 +32,6 @@ "vite": "^4.4.5", "vite-plugin-dts": "^3.5.3" }, - "publishConfig": { - "access": "public", - "exports": { - ".": { - "node": "./dist/index.js", - "require": "./dist/index.js", - "import": "./dist/index.js", - "default": "./dist/index.js" - } - }, - "main": "dist/index.cjs", - "module": "dist/index.js", - "types": "./dist/index.d.ts" - }, "peerDependencies": { "react": "*" }, @@ -62,5 +48,19 @@ "react": { "optional": true } + }, + "publishConfig": { + "access": "public", + "exports": { + ".": { + "node": "./dist/index.js", + "require": "./dist/index.js", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + }, + "main": "dist/index.cjs", + "module": "dist/index.js", + "types": "./dist/index.d.ts" } }