浏览代码

change package name to publish on npm

same31 8 年之前
父节点
当前提交
ea25737ebb
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      package.json

+ 5 - 2
package.json

@@ -1,7 +1,7 @@
 {
-  "name": "bootstrap-switch",
+  "name": "jquery3-bootstrap-switch",
   "description": "Turn checkboxes and radio buttons into toggle switches.",
-  "version": "3.3.2",
+  "version": "3.3.3",
   "keywords": [
     "bootstrap",
     "switch",
@@ -23,6 +23,9 @@
     {
       "name": "Peter Stein",
       "url": "http://www.bdmdesign.org"
+    },
+    {
+      "name": "Mitrani Matthieu"
     }
   ],
   "main": "dist/js/bootstrap-switch.js",