From 738f41e62b13ce48c43a22c89bcc2fcd4590b4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zdravko=20=C4=86uri=C4=87?= Date: Mon, 27 Jan 2020 09:33:41 +0100 Subject: [PATCH] 1.0.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e66faf0..ec08815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-require-sort", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f4bb77..461fbd9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "eslint-plugin-require-sort", - "version": "1.0.2", + "version": "1.0.3", "description": "ESlint plugin for sorting requires (CommonJS modules) alphabetically", "main": "dist/index.js", "scripts": {