From d72acec9158e96277698d342b3506fe171cc6201 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Sun, 2 Jul 2017 16:52:01 +0200 Subject: [PATCH] Version of diffdom must be pinned because they release with breaking changes --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5734be6ec..fa8d85428 100644 --- a/bower.json +++ b/bower.json @@ -34,7 +34,7 @@ "chainpad-crypto": "^0.1.3", "chainpad-listmap": "^0.3.0", "file-saver": "^1.3.1", - "diff-dom": "^2.1.1", + "diff-dom": "2.1.1", "alertifyjs": "^1.0.11", "scrypt-async": "^1.2.0", "bootstrap": "#v4.0.0-alpha.6"