Skip to content

Commit 0342065

Browse files
committed
docs(readme): add dependencies
1 parent 3981207 commit 0342065

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
Require: textlint 5.0 >=
1717

18+
Dependencies
19+
20+
- [azu/kuromojin](https://github.com/azu/kuromojin) a wrapper of [kuromoji.js](https://github.com/takuyaa/kuromoji.js "kuromoji.js")
21+
- [azu/sentence-splitter](https://github.com/azu/sentence-splitter)
22+
1823
## Usage
1924

2025
### Options
@@ -50,18 +55,6 @@ Require: textlint 5.0 >=
5055

5156
npm test
5257

53-
## Contributing
54-
55-
1. Fork it!
56-
2. Create your feature branch: `git checkout -b my-new-feature`
57-
3. Commit your changes: `git commit -am 'Add some feature'`
58-
4. Push to the branch: `git push origin my-new-feature`
59-
5. Submit a pull request :D
60-
61-
## License
62-
63-
MIT
64-
6558
## Reference
6659

6760
- [Doubled Joshi Validator · Issue #460 · redpen-cc/redpen](https://github.com/redpen-cc/redpen/issues/460 "Doubled Joshi Validator · Issue #460 · redpen-cc/redpen")
@@ -104,3 +97,15 @@ MIT
10497
> オブジェクトを返す関数を公開する
10598
10699
"を" の重なりは例外として許可する。
100+
101+
## Contributing
102+
103+
1. Fork it!
104+
2. Create your feature branch: `git checkout -b my-new-feature`
105+
3. Commit your changes: `git commit -am 'Add some feature'`
106+
4. Push to the branch: `git push origin my-new-feature`
107+
5. Submit a pull request :D
108+
109+
## License
110+
111+
MIT

0 commit comments

Comments
 (0)