diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-14 15:47:07 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-14 13:58:45 +0000 |
commit | 4322aaba227117af65d288baf602348a2c96cc96 (patch) | |
tree | 1885fa608c5755bda8b8cc5876b62f6efb962aa4 /package.json | |
parent | acbe4b46c39703f0d3c1e205d4609c7a2607b4b1 (diff) | |
download | nextcloud-server-4322aaba227117af65d288baf602348a2c96cc96.tar.gz nextcloud-server-4322aaba227117af65d288baf602348a2c96cc96.zip |
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 <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 17a1ef9e851..e7b6b282df9 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "@nextcloud/event-bus": "^2.0.0", "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^1.2.0", + "@nextcloud/jcrop": "^0.10.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/logger": "^2.1.0", "@nextcloud/moment": "^1.1.1", @@ -54,7 +55,6 @@ "dompurify": "^2.3.3", "escape-html": "^1.0.3", "handlebars": "^4.7.7", - "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "~3.3", "jquery-migrate": "~3.3", "jquery-ui": "^1.13.0", |