Fixing a few things.
This commit is contained in:
parent
3a47d709e9
commit
059b0ba799
2
.bowerrc
2
.bowerrc
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"directory": "vendor/bower_components",
|
"directory": "vendor/bower_components",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "gulp publish"
|
"postinstall": "gulp publish"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Laravel Framework",
|
"name": "Laravel Application",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap-sass-official": "~3.3.1"
|
"bootstrap-sass-official": "~3.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue