From 4401301507476efb9963233a1ec9c4248f2226d2 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 8 Nov 2019 14:33:54 -0500 Subject: [PATCH] chore(dependencies): pin contentful-migration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 388af88..8ca03a7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "chalk": "^2.2.0", "contentful-management": "^5.10.2", - "contentful-migration": "^1.0.6", + "contentful-migration": "1.0.6", "dateformat": "^3.0.3", "eslint": "^6.2.2", "eslint-config-standard": "^14.1.0",