Browse Source

jquery.inputmask 3.1.14

Robin Herbots 11 years ago
parent
commit
88442b35ea
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "jquery.inputmask",
-  "version": "3.1.13",
+  "version": "3.1.14",
   "description": "jquery.inputmask is a jquery plugin which create an input mask.",
   "main": [
     "./dist/inputmask/jquery.inputmask.js",
@@ -43,6 +43,7 @@
     "grunt-contrib-uglify": "^0.5.1",
     "grunt-nuget": "^0.1.3",
     "grunt-release": "^0.7.0",
+    "grunt-shell": "^1.1.1",
     "jquery": ">=1.7"
   }
 }