From fca299f16a637dc8505abb07f2df75ee3f4cadb7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 23 May 2017 22:09:45 +0000 Subject: [PATCH 1/2] chore(package): update dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" } } From 925260c93eff1039fd393466c0ab291fafb63c81 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 23 May 2017 22:09:50 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.