mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Downgrade laravel elixir and revert to the upstream laravel-elixir-livereload (turns out elixir 4.x doesn't watch correctly)
This commit is contained in:
parent
18173df2af
commit
558a966a99
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"laravel-elixir-livereload": "git://github.com/prurigro/laravel-elixir-livereload"
|
||||
"laravel-elixir-livereload": "^1.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"gulp": "^3.9.0",
|
||||
"laravel-elixir": "^4.1.0",
|
||||
"laravel-elixir": "^3.4.0",
|
||||
"less-plugin-glob": "^1.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue