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 +});