File tree 9 files changed +24
-24
lines changed
textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana
textlint-rule-ja-no-space-around-parentheses
textlint-rule-ja-no-space-between-full-width
textlint-rule-ja-space-after-exclamation
textlint-rule-ja-space-after-question
textlint-rule-ja-space-around-code
textlint-rule-ja-space-between-half-and-full-width
textlint-rule-preset-ja-spacing
9 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0-beta.24" ,
3
- "version" : " 2.0.0 "
3
+ "version" : " 2.0.1 "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.1 " ,
4
4
"description" : " カタカナ語間の区切り文字についてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"match-index" : " ^1.0.1" ,
39
39
"textlint-rule-helper" : " ^2.0.0"
40
40
}
41
- }
41
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-no-space-around-parentheses" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " かっこ類と隣接する文字のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"match-index" : " ^1.0.1" ,
39
39
"textlint-rule-helper" : " ^2.0.0"
40
40
}
41
- }
41
+ }
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" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " 全角文字同士の間のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
39
39
"regx" : " ^1.0.4" ,
40
40
"textlint-rule-helper" : " ^2.0.0"
41
41
}
42
- }
42
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-after-exclamation" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " 感嘆符前後のスペースについてのtexlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"match-index" : " ^1.0.1" ,
39
39
"textlint-rule-helper" : " ^2.0.0"
40
40
}
41
- }
41
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-after-question" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " 疑問符の直後のスペースについてのtexlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"match-index" : " ^1.0.1" ,
39
39
"textlint-rule-helper" : " ^2.0.0"
40
40
}
41
- }
41
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-around-code" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"match-index" : " ^1.0.1" ,
39
39
"textlint-rule-helper" : " ^2.0.0"
40
40
}
41
- }
41
+ }
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" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " 半角文字と全角文字のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"match-index" : " ^1.0.1" ,
39
39
"textlint-rule-helper" : " ^2.0.0"
40
40
}
41
- }
41
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-preset-ja-spacing" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " textlint-rule-spacingのルールプリセット" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
35
35
"mocha" : " ^2.3.3"
36
36
},
37
37
"dependencies" : {
38
- "textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana" : " ^1 .0.2 " ,
39
- "textlint-rule-ja-no-space-around-parentheses" : " ^2.0.0 " ,
40
- "textlint-rule-ja-no-space-between-full-width" : " ^2.0.0 " ,
41
- "textlint-rule-ja-space-between-half-and-full-width" : " ^2.0.0 " ,
42
- "textlint-rule-ja-space-after-exclamation" : " ^2.0.0 " ,
43
- "textlint-rule-ja-space-after-question" : " ^2.0.0 " ,
44
- "textlint-rule-ja-space-around-code" : " ^2.0.0 "
38
+ "textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana" : " ^2 .0.1 " ,
39
+ "textlint-rule-ja-no-space-around-parentheses" : " ^2.0.1 " ,
40
+ "textlint-rule-ja-no-space-between-full-width" : " ^2.0.1 " ,
41
+ "textlint-rule-ja-space-between-half-and-full-width" : " ^2.0.1 " ,
42
+ "textlint-rule-ja-space-after-exclamation" : " ^2.0.1 " ,
43
+ "textlint-rule-ja-space-after-question" : " ^2.0.1 " ,
44
+ "textlint-rule-ja-space-around-code" : " ^2.0.1 "
45
45
}
46
- }
46
+ }
You can’t perform that action at this time.
0 commit comments