bump language server version

master
Brad Cornes 2021-09-10 14:46:00 +01:00
parent a1e085d0cd
commit 38b596b846
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@tailwindcss/language-server",
"description": "Tailwind CSS Language Server",
"license": "MIT",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"build": "npm run clean && ncc build src/server.ts -o bin --minify && mv bin/index.js bin/tailwindcss-language-server && npm run hashbang",
"clean": "rimraf dist",