Skip to content

Commit 90b9049

Browse files
authored
fix(package): Update package.json
1 parent fe5b817 commit 90b9049

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",
99
"release": {
10-
"branches": ["main"],
11-
"plugins": [
12-
[
13-
"@semantic-release/commit-analyzer",
14-
{
15-
"preset": "conventionalcommits",
16-
"parserOpts": {
17-
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
18-
}
19-
}
20-
],
21-
"@semantic-release/release-notes-generator"
22-
]
10+
"branches": ["main"]
2311
},
2412
"exports": {
2513
".": {

0 commit comments

Comments
 (0)