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 e01a2a0 commit ddf7552Copy full SHA for ddf7552
packages/devtools/package.json
@@ -19,7 +19,7 @@
19
"module": "./dist/index.mjs",
20
"types": "./dist/index.d.ts",
21
"bin": {
22
- "vue-devtools-next": "./cli.mjs"
+ "vue-devtools": "./cli.mjs"
23
},
24
"files": [
25
"dist"
packages/playground/package.json
@@ -4,7 +4,7 @@
4
"version": "0.0.0",
5
"private": true,
6
"scripts": {
7
- "app": "vue-devtools-next",
+ "app": "vue-devtools",
8
"build:playground": "vite build",
9
"dev": "vite",
10
"preview": "vite preview"
0 commit comments