From eb0e603fa55eec923575c578d7ea62b205a30a74 Mon Sep 17 00:00:00 2001 From: Pierre Dubois Date: Tue, 10 Apr 2018 11:28:11 -0400 Subject: [PATCH] Build - fix dependencies for data-JSON fix #1339 --- Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 9930667e7..993ac824c 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -273,8 +273,8 @@ module.exports = (grunt) -> flatten: true cwd: "node_modules" src: [ - "jsonpointer/src/jsonpointer.js" - "JSON-Patch/src/json-patch.js" + "jsonpointer.js/src/jsonpointer.js" + "fast-json-patch/src/json-patch.js" ] dest: "<%= themeDist %>/theme-js-deps" test: