Skip to content

Commit

Permalink
Fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Jun 27, 2017
1 parent 00b5a77 commit c22fc72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ version 0.1.0 `getStopwords` removed in favour of constants. `removeStopwords` t

version 0.1.2 Updated to ES6 simplified syntax

version 0.1.5 Making syntax ES5 compatible again

[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.5",
"version": "0.1.6",
"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 c22fc72

Please sign in to comment.