mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update bootstrap and laravel-elixir, and use a fork of laravel-elixir-livereload that supports elixir 4.1.x
This commit is contained in:
parent
3063260f54
commit
18173df2af
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@
|
|||
"description": "A hypothetical website template",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bootstrap": "~3.3.5"
|
||||
"bootstrap": "~3.3.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue