Skip to content

Commit

Permalink
Update afinn to use afinn-165
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 4, 2017
1 parent 753c78a commit 6e4517c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var afinn = require('afinn-111');
var afinn = require('afinn-165');
var has = require('has');
var emoji = require('./emoji');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"emoji.json"
],
"dependencies": {
"afinn-111": "^1.1.0",
"afinn-165": "^1.0.0",
"has": "^1.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# polarity [![Build Status][travpolarity]][travis] [![Coverage Status][codecov-badge]][codecov]

Detect the polarity of text, based on [**afinn-111**][afinn] and
Detect the polarity of text, based on [**afinn-165**][afinn] and
[**emoji-emotion**][emoji].

## Installation
Expand Down Expand Up @@ -105,7 +105,7 @@ Direct access to the internal values.

[author]: http://wooorm.com

[afinn]: https://github.com/wooorm/afinn-111
[afinn]: https://github.com/wooorm/afinn-165

[emoji]: https://github.com/wooorm/emoji-emotion

Expand Down

0 comments on commit 6e4517c

Please sign in to comment.