Skip to content

Commit 390f354

Browse files
committed
chore: set publish tag to next for devtools package
1 parent a018642 commit 390f354

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/devtools-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"type": "git",
1010
"url": "git+https://github.com/vuejs/devtools-next.git"
1111
},
12-
"publishConfig": {
13-
"tag": "next"
14-
},
1512
"exports": {
1613
".": {
1714
"import": "./dist/index.js",
@@ -30,5 +27,8 @@
3027
},
3128
"dependencies": {
3229
"@vue/devtools-kit": "workspace:^"
30+
},
31+
"publishConfig": {
32+
"tag": "next"
3333
}
3434
}

packages/devtools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"dependencies": {
3737
"@vue/devtools-electron": "workspace:^",
3838
"@vue/devtools-kit": "workspace:^"
39+
},
40+
"publishConfig": {
41+
"tag": "next"
3942
}
4043
}

0 commit comments

Comments
 (0)