Skip to content

Commit

Permalink
Update apparatus dependency (NaturalNode#442)
Browse files Browse the repository at this point in the history
* Updated apparatus dependency

* 0.6.1
  • Loading branch information
Hugo-ter-Doest authored May 26, 2018
1 parent bb06eb2 commit b05a271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "natural",
"description": "General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/NaturalNode/natural",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"afinn-165": "^1.0.2",
"apparatus": "^0.0.9",
"apparatus": "^0.0.10",
"json-stable-stringify": "^1.0.1",
"sylvester": "^0.0.12",
"underscore": "^1.3.1"
Expand Down

0 comments on commit b05a271

Please sign in to comment.