Skip to content

Commit 919ee6f

Browse files
committed
fix: cli commands
1 parent 281ee8a commit 919ee6f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "",
55
"main": "src/index.js",
66
"bin": {
7-
"vta": "bin/vta.js",
8-
"vue-telescope-analyzer": "bin/vta.js"
7+
"vta": "bin/vta.mjs",
8+
"vue-telescope-analyzer": "bin/vta.mjs"
99
},
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1",
@@ -15,7 +15,9 @@
1515
"vue",
1616
"vue analyzer",
1717
"vue telemetry",
18-
"vue telescope"
18+
"vue telescope",
19+
"vue telescope analyzer",
20+
"vta"
1921
],
2022
"author": "NuxtJS Company",
2123
"license": "GPL-3.0",

0 commit comments

Comments
 (0)