From 47973be19f453aadfc810a5439a12d48e110984a Mon Sep 17 00:00:00 2001 From: eric thul Date: Mon, 14 Mar 2016 20:35:35 -0400 Subject: Escape path for require Resolves #41 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 04fd680..a5c0315 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "webpack": "^1.8.4" }, "dependencies": { - "async": "^1.3.0", - "chalk": "^1.1.0", - "debug": "^2.2.0" + "debug": "^2.2.0", + "js-string-escape": "^1.0.1" } } -- cgit v1.2.3