From f3544238da6c071e9e3ed798902f4bd144f35532 Mon Sep 17 00:00:00 2001 From: picklesrus Date: Fri, 4 May 2018 17:26:50 -0700 Subject: [PATCH] Pin the diff-match-patch library --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ec63b3e4..4c26bfe97 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "canvas-toBlob": "1.0.0", "copy-webpack-plugin": "4.2.1", "decode-html": "2.0.0", - "diff-match-patch": "^1.0.0", + "diff-match-patch": "1.0.0", "escape-html": "1.0.3", "eslint": "^4.5.0", "eslint-config-scratch": "^5.0.0",