Skip to content

Commit 3d4d99d

Browse files
drop support for 0.12 (#2171)
* all: drop support for 0.12 [ci skip] * scripts: add more modules to blacklist for now * update common deps for service modules
1 parent 0c9bdb1 commit 3d4d99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-language/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"language"
5353
],
5454
"dependencies": {
55-
"@google-cloud/common": "^0.12.0",
55+
"@google-cloud/common": "^0.13.0",
5656
"extend": "^3.0.0",
5757
"google-gax": "^0.12.0",
5858
"google-proto-files": "^0.10.0",
@@ -73,6 +73,6 @@
7373
},
7474
"license": "Apache-2.0",
7575
"engines": {
76-
"node": ">=0.12.0"
76+
"node": ">=4.0.0"
7777
}
7878
}

0 commit comments

Comments
 (0)