feat: Publish initial version of the branded email system package.
This commit is contained in:
5
.changeset/init-mail-package.md
Normal file
5
.changeset/init-mail-package.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@mintel/mail": minor
|
||||
---
|
||||
|
||||
Initial release of the branded email system package.
|
||||
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "@mintel/mail",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"version": "1.2.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://npm.infra.mintel.me"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user