Skip to content

Commit

Permalink
Merge pull request #33 from roberto-aguilar/resolve-url-loader-version
Browse files Browse the repository at this point in the history
Update resolve-url-loader dependency constraint
  • Loading branch information
driesvints authored Oct 7, 2019
2 parents f8ea331 + bb0b859 commit 2c1a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presets/Vue.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function install()
protected static function updatePackageArray(array $packages)
{
return [
'resolve-url-loader' => '2.3.1',
'resolve-url-loader' => '^2.3.1',
'sass' => '^1.20.1',
'sass-loader' => '7.*',
'vue' => '^2.5.17',
Expand Down

0 comments on commit 2c1a63f

Please sign in to comment.