Skip to content

Commit

Permalink
fix(alpine): fix package.json's bin to alpine-language-server (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaegassy committed Jun 15, 2022
1 parent 65499f1 commit a5a5ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alpine-language-server/package.json
Expand Up @@ -7,7 +7,7 @@
"out/**/*.d.ts"
],
"bin": {
"vue-language-server": "./bin/alpine-language-server.js"
"alpine-language-server": "./bin/alpine-language-server.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a5a5ca7

Please sign in to comment.