Skip to content

Commit

Permalink
Bump language server version
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Aug 23, 2024
1 parent 74575d4 commit 5e308e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/tailwindcss-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tailwindcss/language-server",
"description": "Tailwind CSS Language Server",
"license": "MIT",
"version": "0.0.22",
"version": "0.0.23",
"repository": {
"type": "git",
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
Expand All @@ -25,7 +25,10 @@
"bin": {
"tailwindcss-language-server": "./bin/tailwindcss-language-server"
},
"files": ["bin", "ThirdPartyNotices.txt"],
"files": [
"bin",
"ThirdPartyNotices.txt"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5e308e8

Please sign in to comment.