Skip to content

Commit 5f99464

Browse files
committed
fix: update packege
1 parent bca8602 commit 5f99464

2 files changed

Lines changed: 2249 additions & 8 deletions

File tree

package.json

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,54 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Adapters/email-adapter-mailgun/",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/devforth/adminforth-email-adapter-mailgun.git"
11+
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
715
"scripts": {
8-
"build": "tsc && npm version patch",
9-
"rollout": "npm run build && npm publish --access public"
16+
"build": "tsc"
1017
},
1118
"keywords": [],
1219
"author": "DevForth (https://devforth.io)",
1320
"license": "MIT",
1421
"description": "",
1522
"dependencies": {
1623
"form-data": "^4.0.3",
17-
"mailgun.js": "^12.0.3",
18-
"typescript": "^5.8.3"
24+
"mailgun.js": "^12.0.3"
25+
},
26+
"devDependencies": {
27+
"semantic-release": "^24.2.1",
28+
"semantic-release-slack-bot": "^4.0.2",
29+
"typescript": "^5.9.3"
30+
},
31+
"release": {
32+
"plugins": [
33+
"@semantic-release/commit-analyzer",
34+
"@semantic-release/release-notes-generator",
35+
"@semantic-release/npm",
36+
"@semantic-release/github",
37+
[
38+
"semantic-release-slack-bot",
39+
{
40+
"packageName": "@adminforth/email-adapter-mailgun",
41+
"notifyOnSuccess": true,
42+
"notifyOnFail": true,
43+
"slackIcon": ":package:",
44+
"markdownReleaseNotes": true
45+
}
46+
]
47+
],
48+
"branches": [
49+
"main",
50+
{
51+
"name": "next",
52+
"prerelease": true
53+
}
54+
]
1955
},
2056
"peerDependencies": {
2157
"adminforth": "^2.24.0"

0 commit comments

Comments
 (0)