1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

frontend: Adding missing dependency

This commit is contained in:
Tom Gallacher 2016-10-24 17:07:55 +01:00
parent eda79704ac
commit f25ecfb6b8
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
"dependencies": {
"constant-case": "^2.0.0",
"express": "^4.14.0",
"inherits": "^2.0.3",
"locale": "^0.1.0",
"lodash.template": "^4.4.0",
"lodash.uniq": "^4.5.0",

View File

@ -3003,7 +3003,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"