From 05ae97fb0753dda59e9e20670f661a3c11be1f87 Mon Sep 17 00:00:00 2001 From: "Alberto A. Colon Viera (Albertico)" Date: Fri, 22 Sep 2017 05:33:39 -0400 Subject: [PATCH] Updated package.json to avoid deprecation messages --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 119fe53..45c3a41 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,10 @@ "stylus": "0.46.3", "nib": "0.9.1", "commander": "1.1.1", - "dox": "0.4.3" + "dox": "0.4.3", + "jade": "*", + "marked": "*", + "minimatch": "3.0.4", + "graceful-js": "*" } }