Skip to content

Commit

Permalink
clients/packages/ui: fix package.json to be suitable for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Jan 23, 2025
1 parent 564a74a commit f21c7d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion clients/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "@polar-sh/ui",
"version": "0.1.0",
"description": "Polar UI Components — This is a private library for the Polar project. You probably shouldn't use it directly in your own projects.",
"author": "Polar",
"license": "Apache-2.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
"./components/atoms/DataTable": {
"types": "./dist/components/atoms/datatable/index.d.ts",
Expand Down Expand Up @@ -64,4 +71,4 @@
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}

0 comments on commit f21c7d5

Please sign in to comment.