Skip to content

Commit

Permalink
refactor: drop experimental export (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 5, 2024
1 parent 8c09b79 commit 5c377cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./experimental": {
"import": {
"types": "./dist/experimental.d.mts",
"default": "./dist/experimental.mjs"
},
"require": {
"types": "./dist/experimental.d.ts",
"default": "./dist/experimental.js"
}
}
},
"source": "./src/index.ts",
Expand All @@ -63,7 +53,7 @@
],
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts src/experimental.ts --format cjs,esm --dts --sourcemap"
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap"
},
"dependencies": {
"@radix-ui/primitive": "^1.1.0",
Expand Down
Empty file removed packages/react/src/experimental.ts
Empty file.

0 comments on commit 5c377cf

Please sign in to comment.