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.
2 parents 2a18796 + bc4b1ed commit 5fd66b3Copy full SHA for 5fd66b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tailscale/tailscale-ui-components",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"author": "Tailscale",
5
"license": "MIT",
6
"main": "dist/tailscale-ui-components.umd.js",
@@ -10,6 +10,13 @@
10
"files": [
11
"dist"
12
],
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/tailscale-ui-components.es.js",
16
+ "require": "./dist/tailscale-ui-components.umd.js",
17
+ "types": "./dist/index.d.ts"
18
+ }
19
+ },
20
"publishConfig": {
21
"registry": "https://npm.pkg.github.com"
22
},
0 commit comments