Update bootstrap and laravel-elixir, and use a fork of laravel-elixir-livereload that supports elixir 4.1.x

This commit is contained in:
Kevin MacMartin 2015-12-11 23:50:20 -05:00
parent 3063260f54
commit 18173df2af
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,6 @@
"description": "A hypothetical website template",
"license": "MIT",
"dependencies": {
"bootstrap": "~3.3.5"
"bootstrap": "~3.3.6"
}
}

View file

@ -1,11 +1,11 @@
{
"private": true,
"devDependencies": {
"laravel-elixir-livereload": "^1.1.0"
"laravel-elixir-livereload": "git://github.com/prurigro/laravel-elixir-livereload"
},
"dependencies": {
"gulp": "^3.9.0",
"laravel-elixir": "^4.0.0",
"laravel-elixir": "^4.1.0",
"less-plugin-glob": "^1.1.1"
}
}