Skip to content

Commit 5e308e8

Browse files
Bump language server version
1 parent 74575d4 commit 5e308e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/tailwindcss-language-server/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tailwindcss/language-server",
33
"description": "Tailwind CSS Language Server",
44
"license": "MIT",
5-
"version": "0.0.22",
5+
"version": "0.0.23",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -25,7 +25,10 @@
2525
"bin": {
2626
"tailwindcss-language-server": "./bin/tailwindcss-language-server"
2727
},
28-
"files": ["bin", "ThirdPartyNotices.txt"],
28+
"files": [
29+
"bin",
30+
"ThirdPartyNotices.txt"
31+
],
2932
"publishConfig": {
3033
"access": "public"
3134
},

0 commit comments

Comments
 (0)