Skip to content

Commit

Permalink
Update retext-equality, retext-profanity
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 18, 2016
1 parent a4f47d4 commit d4169df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"remark-retext": "^1.1.0",
"retext": "^2.0.0",
"retext-english": "^1.0.0",
"retext-equality": "^2.0.0",
"retext-profanities": "^1.0.0",
"retext-equality": "^2.3.0",
"retext-profanities": "^2.0.0",
"to-vfile": "^1.0.0",
"update-notifier": "^0.7.0",
"vfile": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test('alex()', function (t) {
'3:1-3:3: `he` may be insensitive, use `they`, `it` instead',
'3:10-3:17: `cripple` may be insensitive, use `person with a ' +
'limp` instead',
'5:36-5:40: Don’t use “butt”, it’s profane'
'5:36-5:40: Be careful with “butt”, it’s profane in some cases'
]);
});

Expand Down

0 comments on commit d4169df

Please sign in to comment.