Skip to content

Commit

Permalink
chore: reduce # of dependencies (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Aug 18, 2018
1 parent cdc1a87 commit 5cf048e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Expand Up @@ -8,12 +8,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^1.4.0",
"googleapis-common": "^0.2.0",
"pify": "^4.0.0",
"qs": "^6.5.2",
"url-template": "^2.0.8",
"uuid": "^3.2.1"
"google-auth-library": "^1.6.0",
"googleapis-common": "^0.2.0"
},
"files": [
"LICENSE",
Expand Down Expand Up @@ -128,12 +124,14 @@
"nyc": "^12.0.2",
"opn": "^5.3.0",
"p-queue": "^2.4.2",
"pify": "^4.0.0",
"rimraf": "^2.6.2",
"semistandard": "^12.0.1",
"server-destroy": "^1.0.1",
"source-map-support": "^0.5.5",
"tmp": "^0.0.33",
"typedoc": "^0.12.0",
"typescript": "~3.0.0"
"typescript": "~3.0.0",
"uuid": "^3.2.1"
}
}

0 comments on commit 5cf048e

Please sign in to comment.