Skip to content

Commit

Permalink
fix(npm): use latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 3, 2016
1 parent ce2b024 commit 0497911
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## Installation

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^5.5.1-0",
"textlint": "^5.5.2-0",
"textlint-rule-preset-jtf-style": "file:.."
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel": "^5.8.23",
"glob": "^7.0.0",
"mocha": "^2.3.3",
"textlint": "^5.5.1-0",
"textlint": "^5.5.2-0",
"textlint-tester": "^0.5.1-0"
},
"dependencies": {
Expand All @@ -53,6 +53,6 @@
"textlint-rule-prh": "^2.0.0"
},
"peerDependencies": {
"textlint": ">= 5.1.0 || ^5.5.1-0"
"textlint": ">= 5.1.0 || 5.5.2-0"
}
}

0 comments on commit 0497911

Please sign in to comment.