Skip to content

Commit 0497911

Browse files
committed
fix(npm): use latest beta
1 parent ce2b024 commit 0497911

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[JTF日本語標準スタイルガイド(翻訳用)](https://www.jtf.jp/jp/style_guide/styleguide_top.html "JTF日本語標準スタイルガイド(翻訳用)") for [textlint](https://github.com/textlint/textlint "textlint").
44

5-
2016年2月22日改訂 第2.2版を元にしています。
5+
2016年2月22日改訂第2.2版を元にしています。
66

77
## Installation
88

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "azu",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"textlint": "^5.5.1-0",
14+
"textlint": "^5.5.2-0",
1515
"textlint-rule-preset-jtf-style": "file:.."
1616
}
1717
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel": "^5.8.23",
4141
"glob": "^7.0.0",
4242
"mocha": "^2.3.3",
43-
"textlint": "^5.5.1-0",
43+
"textlint": "^5.5.2-0",
4444
"textlint-tester": "^0.5.1-0"
4545
},
4646
"dependencies": {
@@ -53,6 +53,6 @@
5353
"textlint-rule-prh": "^2.0.0"
5454
},
5555
"peerDependencies": {
56-
"textlint": ">= 5.1.0 || ^5.5.1-0"
56+
"textlint": ">= 5.1.0 || 5.5.2-0"
5757
}
5858
}

0 commit comments

Comments
 (0)