We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b1932b + c6c2d13 commit e5bd8deCopy full SHA for e5bd8de
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
dist: trusty
3
sudo: required
4
-node_js: 8
+node_js: 12
5
script:
6
- npm run test
7
@@ -27,4 +27,4 @@ deploy:
27
skip_cleanup: true
28
script: npx semantic-release
29
on:
30
- node: 8
+ node: 12
app.js
@@ -15,7 +15,7 @@
15
*/
16
17
const express = require('express');
18
-const NaturalLanguageUnderstandingV1 = require('watson-developer-cloud/natural-language-understanding/v1.js');
+const NaturalLanguageUnderstandingV1 = require('ibm-watson/natural-language-understanding/v1.js');
19
20
const app = express();
21
0 commit comments