File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
textlint-rule-ja-no-space-between-full-width
textlint-rule-ja-space-between-half-and-full-width
textlint-rule-preset-ja-spacing Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0-beta.24" ,
3
- "version" : " 1.0.2 "
3
+ "version" : " 1.1.0 "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-no-space-between-full-width" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " 全角文字同士の間のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-between-half-and-full-width" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " 半角文字と全角文字のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-preset-ja-spacing" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " textlint-rule-spacingのルールプリセット" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
36
36
"dependencies" : {
37
37
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana" : " ^1.0.2" ,
38
38
"textlint-rule-ja-no-space-around-parentheses" : " ^1.0.2" ,
39
- "textlint-rule-ja-no-space-between-full-width" : " ^1.0.2 " ,
40
- "textlint-rule-ja-space-between-half-and-full-width" : " ^1.0.2 " ,
39
+ "textlint-rule-ja-no-space-between-full-width" : " ^1.1.0 " ,
40
+ "textlint-rule-ja-space-between-half-and-full-width" : " ^1.1.0 " ,
41
41
"textlint-rule-ja-space-after-exclamation" : " ^1.0.2" ,
42
42
"textlint-rule-ja-space-after-question" : " ^1.0.2" ,
43
43
"textlint-rule-ja-space-around-code" : " ^1.0.2"
You can’t perform that action at this time.
0 commit comments