Skip to content

Commit 9aa5785

Browse files
committed
fix: ok
1 parent 66ab820 commit 9aa5785

2 files changed

Lines changed: 1 addition & 97 deletions

File tree

package-lock.json

Lines changed: 0 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
"@rollup/plugin-json": "^6.1.0",
4343
"@rollup/plugin-node-resolve": "^16.0.3",
4444
"@rollup/plugin-typescript": "^12.3.0",
45-
"@semantic-release/commit-analyzer": "^13.0.1",
46-
"@semantic-release/exec": "^7.1.0",
47-
"@semantic-release/github": "^12.0.6",
48-
"@semantic-release/npm": "^13.1.5",
49-
"@semantic-release/release-notes-generator": "^14.1.0",
5045
"@types/bluebird": "^3.5.38",
5146
"@types/fs-extra": "^11.0.4",
5247
"@types/node": "^24.10.2",
@@ -77,7 +72,7 @@
7772
"lint": "npx eslint .",
7873
"lint:fix": "npx eslint . --fix",
7974
"prepare": "husky",
80-
"release":"semantic-release"
75+
"release": "semantic-release"
8176
},
8277
"engines": {
8378
"node": ">=22.8"

0 commit comments

Comments
 (0)