From f733163949d0274015a95182727b2057ec73ab7b Mon Sep 17 00:00:00 2001 From: Naman Parashar Date: Sun, 8 Sep 2024 09:16:20 +0530 Subject: [PATCH] feat: add changeset --- .changeset/mighty-cups-smell.md | 5 +++++ package.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/mighty-cups-smell.md diff --git a/.changeset/mighty-cups-smell.md b/.changeset/mighty-cups-smell.md new file mode 100644 index 0000000..5dd3dc0 --- /dev/null +++ b/.changeset/mighty-cups-smell.md @@ -0,0 +1,5 @@ +--- +"tailwindmd": patch +--- + +struct: split lexer to line by line and inline diff --git a/package.json b/package.json index 88a1b17..39dce31 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,10 @@ "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { + "lint": "tsc", + "changeset": "changeset", "build": "tsup index.ts --format cjs,esm --dts", - "release": "pnpm run build && changeset publish", - "lint": "tsc" + "release": "pnpm run build && changeset publish" }, "keywords": [ "tailwindcss",