Skip to content

Commit 931947d

Browse files
committed
🐛 Remove tag from publishConfig
1 parent 054bd70 commit 931947d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/@ackee/antonio-auth/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"es"
1717
],
1818
"publishConfig": {
19-
"access": "public",
20-
"tag": "@ackee/antonio-auth"
19+
"access": "public"
2120
},
2221
"repository": {
2322
"type": "git",

packages/@ackee/antonio-core/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"lib"
1717
],
1818
"publishConfig": {
19-
"access": "public",
20-
"tag": "@ackee/antonio-core"
19+
"access": "public"
2120
},
2221
"repository": {
2322
"type": "git",

packages/@ackee/antonio-utils/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"lib"
1919
],
2020
"publishConfig": {
21-
"access": "public",
22-
"tag": "@ackee/antonio-utils"
21+
"access": "public"
2322
},
2423
"repository": {
2524
"type": "git",

0 commit comments

Comments
 (0)