Skip to content

Commit bb68f34

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 6742ef1 commit bb68f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"datastore"
5151
],
5252
"dependencies": {
53-
"@google-cloud/common": "^0.12.0",
54-
"@google-cloud/common-grpc": "^0.2.1",
53+
"@google-cloud/common": "^0.13.0",
54+
"@google-cloud/common-grpc": "^0.3.0",
5555
"arrify": "^1.0.0",
5656
"concat-stream": "^1.5.0",
5757
"create-error-class": "^3.0.2",
@@ -79,6 +79,6 @@
7979
},
8080
"license": "Apache-2.0",
8181
"engines": {
82-
"node": ">=0.12.0"
82+
"node": ">=4.0.0"
8383
}
8484
}

0 commit comments

Comments
 (0)