Browse Source

fix(bower): bower.json as a proper json

`bower install bootstrap-switch#90857176abf48316e69673b853200a40b1356b96` didn't
work because of syntax errors in the `bower.json` file.
Francesco Pontillo 11 years ago
parent
commit
97226ee5d8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      bower.json

+ 3 - 3
bower.json

@@ -10,9 +10,9 @@
     "docs",
     "test",
     "CNAME",
-    "composer.json"
-    "CONTRIBUTING.md"
-    "gulpfile.js"
+    "composer.json",
+    "CONTRIBUTING.md",
+    "gulpfile.js",
     "index.html"
   ],
   "dependencies": {