We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e085d commit 38b596bCopy full SHA for 38b596b
packages/tailwindcss-language-server/package.json
@@ -2,7 +2,7 @@
2
"name": "@tailwindcss/language-server",
3
"description": "Tailwind CSS Language Server",
4
"license": "MIT",
5
- "version": "0.0.3",
+ "version": "0.0.4",
6
"scripts": {
7
"build": "npm run clean && ncc build src/server.ts -o bin --minify && mv bin/index.js bin/tailwindcss-language-server && npm run hashbang",
8
"clean": "rimraf dist",
0 commit comments