Skip to content

Commit

Permalink
Add cracker
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 3, 2017
1 parent e6e4bcd commit 85c4aaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@
"cra5h": 1,
"crabs": 0,
"crack": 1,
"cracka": 2,
"cracker": 1,
"crackpipe": 1,
"crackwhore": 2,
"crap": 2,
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install cuss
```js
var cuss = require('cuss');

console.log(Object.keys(cuss).length); // 1768
console.log(Object.keys(cuss).length); // 1770

console.log(cuss.beaver); // 0
console.log(cuss.asshat); // 2
Expand All @@ -41,7 +41,7 @@ on context.

## Support

**cuss** supports 1768 English profane words and phrases from
**cuss** supports 1770 English profane words and phrases from
[profanities][support].

## License
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('profanities', function (t) {
}, fck(profanity));
});

t.equal(Object.keys(cuss).length, 1768, 'should have a count');
t.equal(Object.keys(cuss).length, 1770, 'should have a count');
t.deepEqual(missing, [], 'should not have missing profanities');

t.end();
Expand Down

0 comments on commit 85c4aaa

Please sign in to comment.