Skip to content

Commit

Permalink
Merge pull request #117 from watson-developer-cloud/master
Browse files Browse the repository at this point in the history
Rebasing
  • Loading branch information
chughts authored Aug 11, 2017
2 parents 2adc5c5 + 154bfc9 commit fc4ca0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Bluemix

<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>

### New in version 0.5.13
- Personality Insights on Bluemix needed new path to node_modules

### New in version 0.5.12
- Fix to Personality Insights Node when running in Japanese mode.
- Bump Interface version to Discovery service to '2017-08-01'.
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": "node-red-node-watson",
"version": "0.5.12",
"version": "0.5.13",
"description": "A collection of Node-RED nodes for IBM Watson services",
"dependencies": {
"alchemy-api": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion utilities/payload-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ PayloadUtils.prototype = {
// default
return cb(txt.split(' ').length);
},
dic_path = '/../node_modules/kuromoji/dict',
dic_path = '/../../kuromoji/dict',
dic_dir = path.normalize(__dirname + dic_path),
tokenizer = null;

Expand Down

0 comments on commit fc4ca0d

Please sign in to comment.