From a00d7fae8e77153e581169251d541fc23a8f7a7d Mon Sep 17 00:00:00 2001 From: Jasper Woudenberg Date: Sun, 5 Jun 2016 13:20:28 +0200 Subject: [PATCH] Added missing dependency. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0949279..84d06d9 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,8 @@ "npm-run-all": "^2.1.1", "standard": "^7.1.2", "xyz": "^0.5.0" + }, + "dependencies": { + "daggy": "0.0.1" } }