Skip to content

Commit a052c34

Browse files
authored
Merge pull request #15 from tailscale/readme-license-fixes
README/license fixes
2 parents c8054df + 2074353 commit a052c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tailscale-ui-components
22

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

55
## Development Setup
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tailscale/tailscale-ui-components",
33
"version": "0.0.3",
44
"author": "Tailscale",
5-
"license": "MIT",
5+
"license": "BSD-3-Clause",
66
"main": "dist/tailscale-ui-components.umd.js",
77
"module": "dist/tailscale-ui-components.es.js",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)