From 059b0ba79917d9a5a4fcb56b700e6f6c030f06c5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 21 Nov 2014 15:03:13 -0600 Subject: [PATCH] Fixing a few things. --- .bowerrc | 4 ++-- bower.json | 6 +++--- gulpfile.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bowerrc b/.bowerrc index 4ca81ce2..6a41730e 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,6 +1,6 @@ { "directory": "vendor/bower_components", "scripts": { - "postinstall": "gulp publish" + "postinstall": "gulp publish" } -} \ No newline at end of file +} diff --git a/bower.json b/bower.json index dd208323..ddb71b18 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { - "name": "Laravel Framework", + "name": "Laravel Application", "dependencies": { - "bootstrap-sass-official": "~3.3.1" + "bootstrap-sass-official": "~3.3.1" } -} \ No newline at end of file +} diff --git a/gulpfile.js b/gulpfile.js index 6d8e6a0d..b80ea222 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,4 +15,4 @@ elixir(function(mix) { mix.sass("bootstrap.scss") .phpUnit() .publish("vendor/bower_components"); -}); \ No newline at end of file +});