We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a018642 commit 390f354Copy full SHA for 390f354
packages/devtools-api/package.json
@@ -9,9 +9,6 @@
9
"type": "git",
10
"url": "git+https://github.com/vuejs/devtools-next.git"
11
},
12
- "publishConfig": {
13
- "tag": "next"
14
- },
15
"exports": {
16
".": {
17
"import": "./dist/index.js",
@@ -30,5 +27,8 @@
30
27
31
28
"dependencies": {
32
29
"@vue/devtools-kit": "workspace:^"
+ },
+ "publishConfig": {
+ "tag": "next"
33
}
34
packages/devtools/package.json
@@ -36,5 +36,8 @@
36
37
"@vue/devtools-electron": "workspace:^",
38
39
40
41
42
43
0 commit comments