Browse Source

update package.json

Robin Herbots 11 years ago
parent
commit
ec68c1369e
1 changed files with 9 additions and 4 deletions
  1. 9 4
      package.json

+ 9 - 4
package.json

@@ -11,7 +11,12 @@
     "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
   },
   "keywords": [
-    "jquery", "plugins", "input", "form", "inputmask", "mask"
+    "jquery",
+    "plugins",
+    "input",
+    "form",
+    "inputmask",
+    "mask"
   ],
   "author": {
     "name": "Robin Herbots",
@@ -27,12 +32,12 @@
   },
   "devDependencies": {
     "grunt": "^0.4.5",
-    "grunt-bump": "0.0.16",
+    "grunt-bump": "^0.1.0",
     "grunt-contrib-clean": "^0.6.0",
     "grunt-contrib-qunit": "^0.5.2",
-    "grunt-contrib-uglify": "^0.6.0",
+    "grunt-contrib-uglify": "^0.7.0",
     "grunt-nuget": "^0.1.3",
-    "grunt-release": "^0.9.0",
+    "grunt-release": "^0.11.0",
     "grunt-shell": "^1.1.1",
     "jquery": ">=1.7"
   }