We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75a1b6 commit 7de6246Copy full SHA for 7de6246
package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0-development",
4
"description": "Convert IPEmail object to a HTML a fully responsive Template!",
5
"main": "index.js",
6
+ "private": false,
7
"scripts": {
8
"start": "yarn run build && cross-env NODE_ENV=production node dist/server.js",
9
"dev": "nodemon --exec ts-node server.ts",
0 commit comments