From 729a0c101d01b708aa4dafb0a28c96d7ea093b50 Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 12 Jun 2016 12:59:23 -0700 Subject: [PATCH] Pin deepcopy (#2038) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9954abee..a2d436bc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "body-parser": "^1.14.2", "colors": "^1.1.2", "commander": "^2.9.0", - "deepcopy": "^0.6.1", + "deepcopy": "0.6.1", "express": "^4.13.4", "intersect": "^1.0.1", "lodash": "^4.8.2",