@tamagui/lsp-linux-arm64-musl 0.0.0-bootstrap.0 → 2.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/package.json +15 -5
  2. package/tamagui-lsp +0 -0
  3. package/README.md +0 -1
package/package.json CHANGED
@@ -1,14 +1,24 @@
1
1
  {
2
2
  "name": "@tamagui/lsp-linux-arm64-musl",
3
- "version": "0.0.0-bootstrap.0",
4
- "description": "Tamagui v3 package bootstrap",
3
+ "version": "2.7.7",
4
+ "description": "The aarch64-unknown-linux-musl binary for @tamagui/lsp",
5
+ "license": "MIT",
5
6
  "repository": {
6
7
  "type": "git",
7
- "url": "git+https://github.com/tamagui/tamagui.git"
8
+ "url": "https://github.com/tamagui/tamagui.git",
9
+ "directory": "code/lsp/npm/tamagui-lsp"
8
10
  },
9
- "license": "MIT",
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "libc": [
18
+ "musl"
19
+ ],
10
20
  "files": [
11
- "README.md"
21
+ "tamagui-lsp"
12
22
  ],
13
23
  "publishConfig": {
14
24
  "access": "public"
package/tamagui-lsp ADDED
Binary file
package/README.md DELETED
@@ -1 +0,0 @@
1
- # @tamagui/lsp-linux-arm64-musl