Skip to content

Commit

Permalink
Updated documentation and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Sep 8, 2017
1 parent a475e00 commit 30195eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Arrays of stopwords for the following languages are supplied:

* `ar` - Modern Standard Arabic
* `bn` - Bengali
* `br` - Brazilian Portuguese
* `da` - Danish
* `de` - German
* `en` - English
Expand Down Expand Up @@ -92,6 +93,8 @@ version 0.1.2 Updated to ES6 simplified syntax

version 0.1.5 Making syntax ES5 compatible again

version 0.1.7 Brazilian Portuguese added

[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[npm-url]: https://npmjs.org/package/stopword
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stopword",
"version": "0.1.6",
"version": "0.1.7",
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords",
"main": "lib/stopword.js",
"scripts": {
Expand Down

0 comments on commit 30195eb

Please sign in to comment.