Skip to content

Commit e5bd8de

Browse files
chore(deps): Update tests and dependencies (#47)
chore(deps): Update tests and dependencies
2 parents 7b1932b + c6c2d13 commit e5bd8de

File tree

4 files changed

+3838
-1627
lines changed

4 files changed

+3838
-1627
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 8
4+
node_js: 12
55
script:
66
- npm run test
77

@@ -27,4 +27,4 @@ deploy:
2727
skip_cleanup: true
2828
script: npx semantic-release
2929
on:
30-
node: 8
30+
node: 12

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
const express = require('express');
18-
const NaturalLanguageUnderstandingV1 = require('watson-developer-cloud/natural-language-understanding/v1.js');
18+
const NaturalLanguageUnderstandingV1 = require('ibm-watson/natural-language-understanding/v1.js');
1919

2020
const app = express();
2121

0 commit comments

Comments
 (0)