From 7ad537566d3b9cb0daefbbbf46fa3dadcc7ca453 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 1 Aug 2016 15:59:23 -0400 Subject: [PATCH] change underscore version --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e11e81a7..d2d57876 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,6 +32,6 @@ "react": "^15.3.0", "react-dom": "^15.3.0", "requirejs": "^2.1.1", - "underscore": "^1.8.3" + "underscore": "^1.4.4" } }