Skip to content

Commit 50a6256

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 21eb2d3 commit 50a6256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-resourcemanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"resource"
5151
],
5252
"dependencies": {
53-
"@google-cloud/common": "^0.12.0",
53+
"@google-cloud/common": "^0.13.0",
5454
"extend": "^3.0.0",
5555
"is": "^3.0.1"
5656
},
@@ -70,6 +70,6 @@
7070
},
7171
"license": "Apache-2.0",
7272
"engines": {
73-
"node": ">=0.12.0"
73+
"node": ">=4.0.0"
7474
}
7575
}

0 commit comments

Comments
 (0)