From 66e03ce0e39d7486a5e2f52e258e472860133255 Mon Sep 17 00:00:00 2001 From: Seongjae Lee Date: Sat, 9 May 2015 15:11:16 -0700 Subject: [PATCH] Fix a failing test due to a missing dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a972a09..dd9b8aa 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "fs-plus": "2.x", "atom-space-pen-views": "^2.0.3", "pathwatcher": "^4.2", + "underscore-plus": "^1.6.6", "temp": "~0.7.0" } }