Skip to content

Commit 88d719f

Browse files
committed
dev
1 parent 895648c commit 88d719f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://marketplace.visualstudio.com/items?itemName=febean.vue-format
99
1010
> 你的 issue 就是我的原力. `欢迎 STAR && FORK`
1111
12-
> 对 js-beautify 依赖很重,所以大部分都守 js-beautify 限制。理论上 js-beautify 的配置都可以适用。
12+
> 对 js-beautify 依赖很重,所以大部分都受 js-beautify 限制。理论上 js-beautify 的配置都可以适用。
1313
1414
## Features
1515
<img src="https://raw.githubusercontent.com/win7killer/vue-format/master/images/command.gif" alt="command" width=600/>

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://marketplace.visualstudio.com/items?itemName=febean.vue-format
99
1010
> Your issue is my force for this project. `Welcome to STAR && FORK`
1111
12-
> The dependence on js-beautify is very heavy, so most of them abide by the js-beautify restriction. In theory, the configuration of js-beautify can be applied.
12+
> Js-beautify is heavily dependent, so most of them are limited by js-beautify. In theory, the configuration of js-beautify can be applied.
1313
1414
## Features
1515
<img src="https://raw.githubusercontent.com/win7killer/vue-format/master/images/command.gif" alt="command" width=600/>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "vue-format",
33
"displayName": "vue-format",
44
"description": "A beautify extension for .vue file",
5-
"version": "0.1.7",
5+
"version": "0.1.8",
66
"publisher": "febean",
7+
"keyword": "vue vscode format js-beautify extension",
78
"engines": {
89
"vscode": "^1.12.0"
910
},

0 commit comments

Comments
 (0)