From 35aaec846e6858c5c70e1ffdfa0c78f43037a85d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 29 Oct 2015 20:07:23 +0700 Subject: [PATCH] revert to deep-assign@1 for now as @2 has a regression --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bce82cc..021174fb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "arrify": "^1.0.0", "babel-eslint": "^4.1.1", - "deep-assign": "^2.0.0", + "deep-assign": "^1.0.0", "eslint": "^1.7.3", "eslint-config-xo": "^0.7.0", "eslint-plugin-babel": "^2.1.1",