From 2fbbe668ded00c2fd6425a8dee4570baa778ab5b Mon Sep 17 00:00:00 2001 From: chrisguttandin Date: Fri, 6 Apr 2018 12:15:04 +0200 Subject: [PATCH] fix(package): update eslint-config-holy-grail to version 26.0.1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c735ac2..4c8b2db2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1494,9 +1494,9 @@ } }, "eslint-config-holy-grail": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-26.0.0.tgz", - "integrity": "sha512-xHH+O+WaVUQuQAG0CYCc81xX3E6YRr8NhrfYpa5X+A2bXXEDo1lEWuyJpgOZTD9q0BGxABsXyBka2LGvrA1wkA==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-holy-grail/-/eslint-config-holy-grail-26.0.1.tgz", + "integrity": "sha512-iXHBfzoMth7pZGTatblSJxWJHKopJ/qkSzJZy5K9rfjjAQactlYdzQINreh5DEAsRNQ+nzcPTdFtE3+YJy2msg==", "dev": true, "requires": { "eslint-plugin-unicorn": "4.0.2" diff --git a/package.json b/package.json index 85458a3e..11e79c0e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.1.0", "eslint": "^4.19.1", - "eslint-config-holy-grail": "^26.0.0", + "eslint-config-holy-grail": "^26.0.1", "greenkeeper-lockfile": "^1.14.0", "grunt": "^1.0.2", "grunt-cli": "^1.2.0",