Skip to content

Commit

Permalink
Update the Cropper.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Mar 29, 2022
1 parent beeda54 commit 1f38c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mavo-cropper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mavo-cropper",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mavo Plugin",
"main": "index.js",
"repository": "https://github.com/DmitrySharabin/mavo-cropper.git",
Expand Down
4 changes: 2 additions & 2 deletions src/mavo-cropper.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function ($) {
Mavo.Plugins.register('cropper', {
dependencies: [
'https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.9/cropper.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.9/cropper.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.css',
'https://cdn.jsdelivr.net/gh/DmitrySharabin/mavo-cropper/mavo-cropper.css'
],
hooks: {
Expand Down

0 comments on commit 1f38c8f

Please sign in to comment.