1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

add multilang-sentiment to dev deps for test

This commit is contained in:
Dave Conway-Jones 2018-08-12 16:10:22 +01:00
parent 73a7b2bc41
commit ff02114c67
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "10"
- "8" - "8"
- "6" - "6"
before_script: before_script:

View File

@ -42,6 +42,7 @@
"mailparser": "^0.6.2", "mailparser": "^0.6.2",
"mocha": "~5.1.1", "mocha": "~5.1.1",
"msgpack-lite": "^0.1.26", "msgpack-lite": "^0.1.26",
"multilang-sentiment": "^1.1.6",
"ngeohash": "^0.6.0", "ngeohash": "^0.6.0",
"node-red": "0.*", "node-red": "0.*",
"node-red-node-test-helper": "^0.1.7", "node-red-node-test-helper": "^0.1.7",