cloudapi-graphql: adding missing dependency

This commit is contained in:
Tom Gallacher 2016-10-24 17:09:36 +01:00
parent f25ecfb6b8
commit 14d0d6962f
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"express-graphql": "^0.5.4",
"got": "^6.5.0",
"graphql": "^0.7.1",
"inherits": "^2.0.3",
"moment": "^2.15.1",
"smartdc-auth": "^2.5.2",
"triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616",

View File

@ -2003,7 +2003,7 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2:
inherits, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"