Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
fix final
Browse files Browse the repository at this point in the history
  • Loading branch information
nramkissoon committed Apr 4, 2023
1 parent 548b780 commit 4903381
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-panthers-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@uploadjoy/uploader-component-playground": patch
---

fix final
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.changeset/
.github/
.src/
src/

tsconfig.json
pnpm-lock.yaml
Expand Down
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,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"
},
"./react": {
"import": "./dist/react/index.mjs",
"require": "./dist/react/index.js",
"types": "./dist/react/index.d.ts"
}
},
"scripts": {
"build": "tsup src/index.ts src/react/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./next";
export * from "./react";

0 comments on commit 4903381

Please sign in to comment.