From 20cf1a4c46e0b9d8d1ac93591811aba2a2665ac3 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Tue, 9 Jan 2018 07:26:19 +0900 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90ad458..3056ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-eslint-comments", - "version": "2.0.1", + "version": "2.0.2", "description": "Additional ESLint rules for directive comments of ESLint.", "engines": { "node": "^4.0.0 || >=6.0.0"