Skip to content

Commit

Permalink
Merge branch 'release/0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldelorenzo committed Jul 25, 2014
2 parents fdd3e8e + 825d963 commit a8670ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"name": "keyword-extractor",
"description": "Module for creating a keyword array from a string and excluding stop words.",
"keywords": ["text", "keyword", "search", "extract"],
"version": "0.0.8",
"version": "0.0.9",
"licenses": [{
"type": "MIT",
"url": "https://github.com/michaeldelorenzo/keyword-extractor/raw/master/LICENSE"
}],
"contributors": [
"Marcos Sanz <marcossanzlatorre@gmail.com> (http://www.mistersanz.com)"
"Marcos Sanz <marcossanzlatorre@gmail.com> (http://www.mistersanz.com)",
"d-oliveros (https://github.com/d-oliveros)"
],
"homepage": "https://github.com/michaeldelorenzo/keyword-extractor",
"repository": {
Expand All @@ -31,4 +32,4 @@
"engines": {
"node": "node >= 0.10.0"
}
}
}

0 comments on commit a8670ac

Please sign in to comment.