@tailwindcss/language-server 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tailwindcss/language-server",
3
3
  "description": "Tailwind CSS Language Server",
4
4
  "license": "MIT",
5
- "version": "0.0.17",
5
+ "version": "0.0.18",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -25,10 +25,7 @@
25
25
  "bin": {
26
26
  "tailwindcss-language-server": "./bin/tailwindcss-language-server"
27
27
  },
28
- "files": [
29
- "bin",
30
- "ThirdPartyNotices.txt"
31
- ],
28
+ "files": ["bin", "ThirdPartyNotices.txt"],
32
29
  "publishConfig": {
33
30
  "access": "public"
34
31
  },