From 4322aaba227117af65d288baf602348a2c96cc96 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 14 Oct 2021 15:47:07 +0200 Subject: Switch to the "new" jcrop The old one didn't work with recent versions of node. The patched one does. This also replaces the github dep with a real npm registry one. Signed-off-by: Christoph Wurst Signed-off-by: nextcloud-command --- core/src/globals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src') diff --git a/core/src/globals.js b/core/src/globals.js index 44dcae66e70..32a14fa12f4 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -42,8 +42,8 @@ import './Polyfill/tooltip' import ClipboardJS from 'clipboard' import { dav } from 'davclient.js' import Handlebars from 'handlebars' -import 'jcrop/js/jquery.Jcrop' -import 'jcrop/css/jquery.Jcrop.css' +import '@nextcloud/jcrop/js/jquery.Jcrop' +import '@nextcloud/jcrop/css/jquery.Jcrop.css' import md5 from 'blueimp-md5' import moment from 'moment' import 'select2' -- cgit v1.2.3