Skip to content

Commit

Permalink
Merge pull request #5 from nparashar150/staging
Browse files Browse the repository at this point in the history
[Prod] - Feat: add changeset
  • Loading branch information
nparashar150 authored Sep 8, 2024
2 parents fe1f341 + f733163 commit 2548606
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-cups-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tailwindmd": patch
---

struct: split lexer to line by line and inline
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2548606

Please sign in to comment.