Skip to content
Merged
9 changes: 5 additions & 4 deletions packages/language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@
"Google Cloud Natural Language API"
],
"dependencies": {
"google-proto-files": "^0.12.0",
"google-gax": "^0.13.2",
"extend": "^3.0.0"
"extend": "^3.0",
"google-gax": "^0.13.5",
"google-proto-files": "^0.12.0"
},
"devDependencies": {
"mocha": "^3.2.0"
"mocha": "^3.2.0",
"through2": "^2.0.3"
},
"scripts": {
"publish-module": "node ../../scripts/publish.js language",
Expand Down
Loading