From 07b23fce8ba204a5de51aa8afb35863cd4d04c4c Mon Sep 17 00:00:00 2001 From: Abhas Date: Fri, 21 Sep 2018 14:53:09 +0530 Subject: [PATCH] Bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f7bf236..2d5fa6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-no-classname-with-stylename", - "version": "0.0.1", + "version": "0.0.2", "description": "While using CSS Modules, disallow using (non-conditional / string) classNames in a JSX tag if it already has a styleName", "keywords": [ "eslint", @@ -27,7 +27,7 @@ "eslint": "~3.9.1", "mocha": "^3.1.2" }, - + "engines": { "node": ">=0.10.0" },