helix-twcss 0.0.14-alpha.5 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/tailwindcss-language-server +443 -444
- package/package.json +5 -3
- package/bin/fsevents-72LCIACT.node +0 -0
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.15",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -13,11 +13,13 @@
|
|
13
13
|
},
|
14
14
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme",
|
15
15
|
"scripts": {
|
16
|
-
"build": "npm run clean && npm run _esbuild && npm run hashbang",
|
16
|
+
"build": "npm run clean && npm run _esbuild && npm run hashbang && chmod +x ./bin/tailwindcss-language-server && npm run code",
|
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"
|
20
|
+
"create-notices-file": "node scripts/createNoticesFile.mjs",
|
21
|
+
"prepublishOnly": "npm run build",
|
22
|
+
"code": "cp -r ./bin/tailwindcss-language-server /home/uros/.vscode/extensions/bradlc.vscode-tailwindcss-0.9.11/dist/tailwindServer.js"
|
21
23
|
},
|
22
24
|
"bin": {
|
23
25
|
"hx-tw": "./bin/tailwindcss-language-server"
|
Binary file
|