Browse Source

Fixing a few things.

Taylor Otwell 9 years ago
parent
commit
059b0ba799
3 changed files with 6 additions and 6 deletions
  1. 2 2
      .bowerrc
  2. 3 3
      bower.json
  3. 1 1
      gulpfile.js

+ 2 - 2
.bowerrc

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

+ 3 - 3
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"
   }
-}
+}

+ 1 - 1
gulpfile.js

@@ -15,4 +15,4 @@ elixir(function(mix) {
     mix.sass("bootstrap.scss")
        .phpUnit()
        .publish("vendor/bower_components");
-});
+});