diff --git a/.changeset/config.json b/.changeset/config.json index 30d40e9..c768796 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,13 +1,10 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", - "changelog": [ - "@changesets/changelog-github", - { "repo": "damianricobelli/stepperize" } - ], + "changelog": "@changesets/changelog-github", "commit": false, "fixed": [], "linked": [], - "access": "public", + "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/packages/react/package.json b/packages/react/package.json index 4987aac..a3e9482 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -10,13 +10,6 @@ "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", - "exports": { - ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.js", - "types": "./dist/index.d.ts" - } - }, "scripts": { "build": "tsup", "dev": "tsup --watch",