Fixing a few things.

This commit is contained in:
Taylor Otwell 2014-11-21 15:03:13 -06:00
parent 3a47d709e9
commit 059b0ba799
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"directory": "vendor/bower_components", "directory": "vendor/bower_components",
"scripts": { "scripts": {
"postinstall": "gulp publish" "postinstall": "gulp publish"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "Laravel Framework", "name": "Laravel Application",
"dependencies": { "dependencies": {
"bootstrap-sass-official": "~3.3.1" "bootstrap-sass-official": "~3.3.1"
} }
} }