Browse Source

Merge pull request #3770 from tillkruss/patch-2

Use Bootstrap 3.3
Taylor Otwell 9 years ago
parent
commit
f8cddc0000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -7,6 +7,6 @@
   "devDependencies": {
     "gulp": "^3.9.1",
     "laravel-elixir": "^5.0.0",
-    "bootstrap-sass": "^3.0.0"
+    "bootstrap-sass": "^3.3.0"
   }
 }