Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tailscale-ui-components

Tailscale UI component library used by tailscale/corp/adminhttp/panel and tailscale/tailscale/client/web React projects. Not maintained for external use.
Tailscale UI component library used by Tailscale web projects. Not maintained for external use.

## Development Setup

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailscale/tailscale-ui-components",
"version": "0.0.3",
"author": "Tailscale",
"license": "MIT",
"license": "BSD-3-Clause",
"main": "dist/tailscale-ui-components.umd.js",
"module": "dist/tailscale-ui-components.es.js",
"types": "dist/index.d.ts",
Expand Down