diff --git a/README.md b/README.md index c9254a9..83eea83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ jqBootstapValidation ==================== +[![Greenkeeper badge](https://badges.greenkeeper.io/ReactiveRaven/jqBootstrapValidation.svg)](https://greenkeeper.io/) + A JQuery validation framework for bootstrap forms. Displays validation errors in `help-block` elements as users type. diff --git a/package.json b/package.json index f523964..ab2f043 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "test": "grunt travis --verbose" }, "devDependencies": { - "grunt": "~0.4.1", - "grunt-contrib-uglify": "~0.2.1", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-watch": "~0.4.3", - "grunt-contrib-qunit": "~0.2.2", - "grunt-contrib-jshint": "~0.6.3", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-compress": "~0.5.2" + "grunt": "~1.0.1", + "grunt-contrib-uglify": "~3.0.1", + "grunt-contrib-concat": "~1.0.1", + "grunt-contrib-watch": "~1.0.0", + "grunt-contrib-qunit": "~2.0.0", + "grunt-contrib-jshint": "~1.1.0", + "grunt-contrib-clean": "~1.1.0", + "grunt-contrib-compress": "~1.4.3" } }