Переглянути джерело

fixed syntax error

fixed syntax error and clean up code
Stein, Peter 11 роки тому
батько
коміт
c72c76a82b
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      bower.json

+ 2 - 2
bower.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "bootstrap-switch",
   "name": "bootstrap-switch",
-  "version": "1.6",
+  "version": "1.6.0",
   "main": [
   "main": [
     "static/js/bootstrap-switch.js",
     "static/js/bootstrap-switch.js",
     "static/stylesheets/bootstrap-switch.css"
     "static/stylesheets/bootstrap-switch.css"
@@ -10,6 +10,6 @@
     "**/*.txt"
     "**/*.txt"
   ],
   ],
   "dependencies": {
   "dependencies": {
-    "jquery": "~1.9.0",
+    "jquery": "~1.9.0"
   }
   }
 }
 }