helix-twcss 0.0.15-alpha.1 → 0.0.15-alpha.2

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": "helix-twcss",
3
3
  "description": "Tailwind CSS Language Server - Temp LSP for Helix Only",
4
4
  "license": "MIT",
5
- "version": "0.0.15-alpha.1",
5
+ "version": "0.0.15-alpha.2",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -71,5 +71,8 @@
71
71
  "vscode-languageserver": "8.0.2",
72
72
  "vscode-languageserver-textdocument": "1.0.7",
73
73
  "vscode-uri": "3.0.2"
74
+ },
75
+ "dependencies": {
76
+ "browserslist": "^4.21.10"
74
77
  }
75
78
  }