From a30f085d39ac618871c39d5ce90ef28d8247ba1a Mon Sep 17 00:00:00 2001 From: Anthony Barnes Date: Thu, 9 Apr 2020 09:59:22 +1000 Subject: [PATCH] 2.5.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d3f283bf..9b1ac53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html_codesniffer", - "version": "2.4.1", + "version": "2.5.0", "description": "HTML_CodeSniffer is a client-side JavaScript that checks a HTML document or source code, and detects violations of a defined coding standard.", "license": "BSD-3-Clause", "main": "index.js", @@ -35,11 +35,11 @@ }, "homepage": "http://squizlabs.github.io/HTML_CodeSniffer/", "devDependencies": { - "grunt": "^1.0.3", + "grunt": "^1.1.0", "grunt-contrib-copy": "^1.0.0", - "grunt-eslint": "^21.0.0", + "grunt-contrib-uglify": "^4.0.0", "grunt-contrib-watch": "^1.1.0", - "load-grunt-tasks": "^4.0.0", - "grunt-contrib-uglify": "^4.0.0" + "grunt-eslint": "^21.0.0", + "load-grunt-tasks": "^4.0.0" } }