helix-twcss 0.0.14-alpha.3 → 0.0.14-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
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.14-alpha.
|
5
|
+
"version": "0.0.14-alpha.5",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -17,8 +17,7 @@
|
|
17
17
|
"_esbuild": "node ../../esbuild.js src/server.ts --outfile=bin/tailwindcss-language-server --external=pnpapi --external=lightningcss --external=@tailwindcss/oxide --minify",
|
18
18
|
"clean": "rimraf bin",
|
19
19
|
"hashbang": "node scripts/hashbang.mjs",
|
20
|
-
"create-notices-file": "node scripts/createNoticesFile.mjs"
|
21
|
-
"prepublishOnly": "npm run build"
|
20
|
+
"create-notices-file": "node scripts/createNoticesFile.mjs"
|
22
21
|
},
|
23
22
|
"bin": {
|
24
23
|
"hx-tw": "./bin/tailwindcss-language-server"
|