helix-twcss 0.0.13 → 0.0.14-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/tailwindcss-language-server +117 -123
- package/package.json +2 -2
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "helix-twcss",
|
3
3
|
"description": "Tailwind CSS Language Server - Temp LSP for Helix Only",
|
4
4
|
"license": "MIT",
|
5
|
-
"version": "0.0.
|
5
|
+
"version": "0.0.14-alpha.3",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"prepublishOnly": "npm run build"
|
22
22
|
},
|
23
23
|
"bin": {
|
24
|
-
"
|
24
|
+
"hx-tw": "./bin/tailwindcss-language-server"
|
25
25
|
},
|
26
26
|
"files": [
|
27
27
|
"bin",
|