浏览代码

#137: The jQuery manifest file is not valid

phuoc 11 年之前
父节点
当前提交
53c65bfabf
共有 3 个文件被更改,包括 9 次插入4 次删除
  1. 7 2
      bootstrapvalidator.jquery.json
  2. 1 1
      bower.json
  3. 1 1
      package.json

+ 7 - 2
bootstrapvalidator.jquery.json

@@ -1,13 +1,18 @@
 {
 {
     "name": "bootstrapValidator",
     "name": "bootstrapValidator",
-    "version": "0.4.0",
+    "version": "0.4.1-dev",
     "title": "BootstrapValidator",
     "title": "BootstrapValidator",
     "author": {
     "author": {
         "name": "Nguyen Huu Phuoc",
         "name": "Nguyen Huu Phuoc",
         "email": "phuoc@huuphuoc.me",
         "email": "phuoc@huuphuoc.me",
         "url": "https://twitter.com/nghuuphuoc"
         "url": "https://twitter.com/nghuuphuoc"
     },
     },
-    "license": "MIT",
+    "licenses": [
+        {
+            "type": "MIT",
+            "url": "http://opensource.org/licenses/mit-license.html"
+        }
+    ],
     "dependencies": {
     "dependencies": {
         "jquery": ">= 1.9.0",
         "jquery": ">= 1.9.0",
         "bootstrap": ">= 3.0.0"
         "bootstrap": ">= 3.0.0"

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
 {
     "name": "bootstrapValidator",
     "name": "bootstrapValidator",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
-    "version": "0.4.0",
+    "version": "0.4.1-dev",
     "main": [
     "main": [
         "dist/css/bootstrapValidator.css",
         "dist/css/bootstrapValidator.css",
         "dist/js/bootstrapValidator.js"
         "dist/js/bootstrapValidator.js"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "bootstrapValidator",
     "name": "bootstrapValidator",
-    "version": "0.4.0",
+    "version": "0.4.1-dev",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "author": {
     "author": {