We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f788fe commit 6781114Copy full SHA for 6781114
1 file changed
package.json
@@ -1,9 +1,12 @@
1
{
2
- "name": "@adminforth/auto-remove-plugin",
+ "name": "@adminforth/auto-remove",
3
"version": "1.0.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"type": "module",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
"scripts": {
11
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
12
},
@@ -17,7 +20,7 @@
17
20
"semantic-release-slack-bot": "^4.0.2",
18
21
"typescript": "^5.7.3"
19
22
- "dependencies": {
23
+ "peerDependencies": {
24
"adminforth": "2.25.4"
25
26
"release": {
@@ -29,7 +32,7 @@
29
32
[
30
33
"semantic-release-slack-bot",
31
34
- "packageName": "@adminforth/auto-remove-plugin",
35
+ "packageName": "@adminforth/auto-remove",
36
"notifyOnSuccess": true,
37
"notifyOnFail": true,
38
"slackIcon": ":package:",
0 commit comments