From 86239e6d8d145d0516d5b44ee0810b1fef0205aa Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Fri, 26 Aug 2016 17:47:55 -0400 Subject: [PATCH] bigquery/language/logging/prediction/vision: decouple packages (#1531) * bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does --- packages/google-cloud-dns/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-dns/package.json b/packages/google-cloud-dns/package.json index 28a41878e01..0f95be64d53 100644 --- a/packages/google-cloud-dns/package.json +++ b/packages/google-cloud-dns/package.json @@ -50,10 +50,10 @@ "dns" ], "dependencies": { + "@google-cloud/common": "^0.1.0", "arrify": "^1.0.0", "dns-zonefile": "0.1.18", "extend": "^3.0.0", - "@google-cloud/common": "^0.1.0", "is": "^3.0.1", "methmeth": "^1.0.0", "string-format-obj": "^1.0.0"