浏览代码

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",
-  "version": "1.6",
+  "version": "1.6.0",
   "main": [
     "static/js/bootstrap-switch.js",
     "static/stylesheets/bootstrap-switch.css"
@@ -10,6 +10,6 @@
     "**/*.txt"
   ],
   "dependencies": {
-    "jquery": "~1.9.0",
+    "jquery": "~1.9.0"
   }
 }