tailwint 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/ui.js +1 -0
  2. package/package.json +1 -1
package/dist/ui.js CHANGED
@@ -147,6 +147,7 @@ export async function banner() {
147
147
  process.stderr.write(`${c.clear}${c.show}`);
148
148
  }
149
149
  console.error(` ${windTrail(WIND_SIDE)} ${c.bold}${c.cyan}tailwint${c.reset} ${windTrail(WIND_SIDE, 6)}`);
150
+ console.error("");
150
151
  console.error(` ${c.dim}tailwind css linter ${c.gray}// powered by the official lsp${c.reset}`);
151
152
  console.error("");
152
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwint",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Tailwind CSS linter for CI — drives the official language server to catch class issues and auto-fix them",
5
5
  "license": "MIT",
6
6
  "author": "Peter Wang",