We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564a74a commit f21c7d5Copy full SHA for f21c7d5
clients/packages/ui/package.json
@@ -1,6 +1,13 @@
1
{
2
"name": "@polar-sh/ui",
3
"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
+ },
11
"exports": {
12
"./components/atoms/DataTable": {
13
"types": "./dist/components/atoms/datatable/index.d.ts",
@@ -64,4 +71,4 @@
64
71
"react": "^18.3.1",
65
72
"react-dom": "^18.3.1"
66
73
}
67
-}
74
+}
0 commit comments