Skip to content

Commit fbc25a0

Browse files
committed
chore: use .js for bin files
1 parent c18bc94 commit fbc25a0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "local service for vue-cli projects",
55
"main": "lib/Service.js",
66
"bin": {
7-
"vue-cli-service": "bin/vue-cli-service"
7+
"vue-cli-service": "bin/vue-cli-service.js"
88
},
99
"repository": {
1010
"type": "git",
File renamed without changes.

packages/@vue/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0-alpha.5",
44
"description": "Command line interface for rapid Vue.js development",
55
"bin": {
6-
"vue": "bin/vue"
6+
"vue": "bin/vue.js"
77
},
88
"files": [
99
"bin",

0 commit comments

Comments
 (0)