From e02e28998bd06824e520508877a1b8f698f7c112 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Fri, 6 Sep 2019 12:04:11 -0700 Subject: [PATCH] v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f02c15c..b39c7a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/eslint-simple-rule", - "version": "0.1.0", + "version": "0.1.1", "description": "A utility to create dead-simple ESLint rules.", "main": "dist/rule.cjs.js", "module": "dist/rule.js",