From aa40855953e5ddd13897be8f4ac22b518fac1515 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 10 Apr 2017 10:30:28 +0200 Subject: [PATCH] Add debug package as dependency. Fixes #66 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b097cb71..ce093200 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,8 @@ "standard": "^5.2.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" + }, + "dependencies": { + "debug": "^2.6.3" } }