From 4ef2df3a12b87c0f7c9ee7579bc029a7c8d2636f Mon Sep 17 00:00:00 2001 From: Guilherme Decampo Date: Sat, 7 May 2016 01:01:35 -0300 Subject: [PATCH] Add url dependency The usage of this package standalone require the `url` package. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 849e260..4d5e28d 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "homepage": "https://github.com/cloudinary/cloudinary_js", "dependencies": { - "lodash": "^4.6.1" + "lodash": "^4.6.1", + "url": "^0.11.0" } }