Skip to content

Commit 5a6a2ce

Browse files
author
riccardodallavia
committed
FIX allow any laravel mix version as peer dependency
1 parent 1c84678 commit 5a6a2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/maize-tech/laravel-mix-static-cache-busting#readme",
2121
"peerDependencies": {
22-
"laravel-mix": "^5.0.1"
22+
"laravel-mix": "*"
2323
},
2424
"scripts": {
2525
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)