Skip to content

Commit 6781114

Browse files
committed
fix: rebuild
1 parent 3f788fe commit 6781114

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"name": "@adminforth/auto-remove-plugin",
2+
"name": "@adminforth/auto-remove",
33
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"scripts": {
811
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
912
},
@@ -17,7 +20,7 @@
1720
"semantic-release-slack-bot": "^4.0.2",
1821
"typescript": "^5.7.3"
1922
},
20-
"dependencies": {
23+
"peerDependencies": {
2124
"adminforth": "2.25.4"
2225
},
2326
"release": {
@@ -29,7 +32,7 @@
2932
[
3033
"semantic-release-slack-bot",
3134
{
32-
"packageName": "@adminforth/auto-remove-plugin",
35+
"packageName": "@adminforth/auto-remove",
3336
"notifyOnSuccess": true,
3437
"notifyOnFail": true,
3538
"slackIcon": ":package:",

0 commit comments

Comments
 (0)