We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe03e32 commit 191ff32Copy full SHA for 191ff32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "md-to-react-email",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "A simple Markdown parser for React-email written in typescript.",
5
"keywords": [
6
"markdown",
@@ -22,7 +22,8 @@
22
"scripts": {
23
"build": "tsup",
24
"test": "jest --coverage",
25
- "test:watch": "jest --watch"
+ "test:watch": "jest --watch",
26
+ "publish": "tsup && npm publish"
27
},
28
"author": {
29
"name": "Paul Ehikhuemen",
0 commit comments