From 30e98c74b93c83a3aaaf480ffb57fcaa63613287 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Wed, 27 Jun 2018 16:36:08 +0200 Subject: [PATCH] fix(package): update gruntify-eslint to version 5.0.0 --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73c47ac9..c07e0093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5558,8 +5558,9 @@ } }, "gruntify-eslint": { - "version": "github:chrisguttandin/gruntify-eslint#da85d852c3b6e615a0b6d4ce7ceb182757b90437", - "from": "github:chrisguttandin/gruntify-eslint", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gruntify-eslint/-/gruntify-eslint-5.0.0.tgz", + "integrity": "sha512-pa2sXHK9+U4dCGdGSIMkpJARNwRStdLBsddNxmSHSSWROUdhWMrXvFWm6pj48zJhyV3Qy068VIuF1seYIvc0cw==", "dev": true, "requires": { "eslint": "^5.0.0" diff --git a/package.json b/package.json index 7e431e18..607e4245 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-sh": "^0.2.0", "grunt-tslint": "^5.0.2", "grunt-webpack": "^3.1.2", - "gruntify-eslint": "github:chrisguttandin/gruntify-eslint", + "gruntify-eslint": "^5.0.0", "husky": "^0.14.3", "karma": "^2.0.4", "karma-chrome-launcher": "^2.2.0",