Skip to content

Commit f21c7d5

Browse files
committed
clients/packages/ui: fix package.json to be suitable for publication
1 parent 564a74a commit f21c7d5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

clients/packages/ui/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "@polar-sh/ui",
33
"version": "0.1.0",
4+
"description": "Polar UI Components — This is a private library for the Polar project. You probably shouldn't use it directly in your own projects.",
5+
"author": "Polar",
6+
"license": "Apache-2.0",
7+
"type": "module",
8+
"publishConfig": {
9+
"access": "public"
10+
},
411
"exports": {
512
"./components/atoms/DataTable": {
613
"types": "./dist/components/atoms/datatable/index.d.ts",
@@ -64,4 +71,4 @@
6471
"react": "^18.3.1",
6572
"react-dom": "^18.3.1"
6673
}
67-
}
74+
}

0 commit comments

Comments
 (0)