Skip to content

Commit

Permalink
updated alias and sortable version
Browse files Browse the repository at this point in the history
  • Loading branch information
eluhr committed Jul 7, 2021
1 parent a226e72 commit bd144c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"bower-asset/sortablejs": "^1.13.0"
"bower-asset/sortablejs": "^1.14.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/SortableJsAssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class SortableJsAssetBundle extends AssetBundle
{
public $sourcePath = '@vendor/bower/sortablejs';
public $sourcePath = '@bower/sortablejs';

public $js = [
'Sortable.min.js'
Expand Down

0 comments on commit bd144c5

Please sign in to comment.