Skip to content

Commit

Permalink
Add sample for Natural Language 1.1 launch (#352)
Browse files Browse the repository at this point in the history
* Fix NL tests

* Add analyzeEntitySentiment sample

* Fix failing tests

* Add NL 1.0 features

* Update dependencies
  • Loading branch information
Ace Nassri authored and jmdobry committed Apr 21, 2017
1 parent 51a1f73 commit 6ca1543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-language/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "cd ..; npm run st -- --verbose language/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/language": "0.10.2",
"@google-cloud/storage": "1.0.0",
"yargs": "7.0.2"
"@google-cloud/language": "0.10.3",
"@google-cloud/storage": "1.1.0",
"yargs": "7.1.0"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit 6ca1543

Please sign in to comment.