Skip to content

Commit

Permalink
Made laravel-mix a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marceickhoff committed Dec 14, 2019
1 parent 14f76d4 commit bf6b437
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-mix-modernizr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Extension for Laravel Mix that provides Modernizr support.",
"main": "index.js",
"scripts": {
Expand All @@ -22,9 +22,11 @@
"homepage": "https://github.com/marceickhoff/laravel-mix-modernizr#readme",
"dependencies": {
"escape-string-regexp": "^2.0.0",
"laravel-mix": "^5.0.0",
"webpack-modernizr-loader": "^5.0.0"
},
"devDependencies": {
"laravel-mix": "^5.0.0"
},
"keywords": [
"laravel",
"mix",
Expand Down

0 comments on commit bf6b437

Please sign in to comment.