From 1ff548d72d7f0ea054ac77c3395f6377ea8bbfcc Mon Sep 17 00:00:00 2001 From: Kenzitron Date: Thu, 11 Feb 2016 10:03:27 +0100 Subject: [PATCH] Dependencies updated --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d2cdcc7..10f8407 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,12 @@ }, "dependencies": { "hat": "0.0.3", - "lodash": "^3.0.0", + "lodash": "^4.0.0", "mkdirp": "^0.5.0", "string.prototype.startswith": "^0.2.0" + }, + "devDependencies": { + "jasmine": "^2.4.1", + "protractor": "^3.1.1" } }