ソースを参照

update minial jquery version in definitions

Robin Herbots 12 年 前
コミット
b141235c69
3 ファイル変更3 行追加2 行削除
  1. 1 1
      component.json
  2. 1 1
      jquery.inputmask.jquery.json
  3. 1 0
      qunit/qunit.html

+ 1 - 1
component.json

@@ -3,6 +3,6 @@
     "version": "2.3.62",
     "main": "./dist/jquery.inputmask.bundle.js",
     "dependencies": {
-        "jquery": ">=1.5"
+        "jquery": ">=1.7"
     }
 }

+ 1 - 1
jquery.inputmask.jquery.json

@@ -24,6 +24,6 @@
     "docs": "http://github.com/RobinHerbots/jquery.inputmask",
     "download": "http://github.com/RobinHerbots/jquery.inputmask",
     "dependencies": {
-        "jquery": ">=1.5"
+        "jquery": ">=1.7"
     }
 }

+ 1 - 0
qunit/qunit.html

@@ -8,6 +8,7 @@
 <body>
   <div id="qunit"></div>
   <div id="qunit-fixture"></div>
+  <!-- <script src="http://code.jquery.com/jquery-1.6.min.js"></script> -->
   <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
   <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
   <script src="../dist/jquery.inputmask.bundle.min.js"></script>