Skip to content

Commit ef80486

Browse files
authored
Merge pull request #3 from azu/update-alex
feat(alex): update alex
2 parents 33f7159 + 416d42e commit ef80486

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sudo: false
2+
language: node_js
3+
node_js: "stable"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# textlint-rule-alex
1+
# textlint-rule-alex [![Build Status](https://travis-ci.org/azu/textlint-rule-alex.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-alex)
22

33
[textlint](https://github.com/textlint/textlint "textlint") rule for [ALEX](http://alexjs.com/ "ALEX").
44

5-
> Whether your own or someone else’s writing, alex helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing.
5+
> Whether your own or someone else’s writing, alex helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing.
66
> -- [wooorm/alex: Catch insensitive, inconsiderate writing](https://github.com/wooorm/alex#alexvalue-allow "wooorm/alex: Catch insensitive, inconsiderate writing")
77
88
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"textlint-scripts": "^1.2.2"
3636
},
3737
"dependencies": {
38-
"alex": "^3.1.0",
38+
"alex": "^4.0.1",
3939
"textlint-rule-helper": "^2.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)