Skip to content

Commit 7a8d404

Browse files
committed
chore: update watson-developer-cloud version in examples sub-directories
1 parent 5ab7f03 commit 7a8d404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/conversation_tone_analyzer_integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"bluebird": "^3.4.1",
1010
"dotenv": "^2.0.0",
11-
"watson-developer-cloud": "^3.0.1"
11+
"watson-developer-cloud": "*"
1212
},
1313
"engines": {
1414
"node": ">=4"

examples/speech_to_text_microphone_input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dotenv": "^4.0.0",
1515
"line-in": "^0.1.2",
1616
"mic": "^2.1.1",
17-
"watson-developer-cloud": "^2.33.0",
17+
"watson-developer-cloud": "*",
1818
"wav": "^1.0.1"
1919
}
2020
}

0 commit comments

Comments
 (0)