aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-24 17:02:09 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-24 17:02:09 -0800
commit042e63ca360e73524aa6c37e0c87c4a6ca77c6db (patch)
tree93ee5c91d944129b0cb4f33bd55b706e5bed29f1 /src/node/package.json
parentce5dd73193e6d6684f89d544934d55050bca2383 (diff)
Fixed import of google-auth-library
Diffstat (limited to 'src/node/package.json')
-rw-r--r--src/node/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/package.json b/src/node/package.json
index e6ac550554..1c44b106fb 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"async": "^0.9.0",
- "googleauth": "google/google-auth-library-nodejs",
+ "google-auth-library": "^0.9.2",
"minimist": "^1.1.0",
"mocha": "~1.21.0",
"strftime": "^0.8.2"