Skip to content

Commit

Permalink
Merge pull request #1053 from gaurishhs/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin authored Sep 3, 2023
2 parents 1e76dff + 58bf145 commit 0000a29
Show file tree
Hide file tree
Showing 4 changed files with 1,814 additions and 0 deletions.
58 changes: 58 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.",
"license": "MIT",
"main": "src/index.js",
"types": "src/index.d.ts",
"bin": {
"maizzle": "bin/maizzle"
},
Expand Down Expand Up @@ -77,6 +78,8 @@
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@types/js-beautify": "^1.14.0",
"@types/markdown-it": "^13.0.0",
"ava": "^5.2.0",
"c8": "^8.0.0",
"np": "*",
Expand Down
Loading

0 comments on commit 0000a29

Please sign in to comment.