From cd11e197173340bd67729126de5a5eb02e3aabf2 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 49e505523..cadbb07c5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "canvas-toBlob": "1.0.0", "copy-webpack-plugin": "^4.5.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",