From b92fb075375394f84594853b928e670d729a1ed8 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Tue, 21 Apr 2020 19:07:18 -0400 Subject: [PATCH] 5.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c308783..5c4a51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-react", - "version": "4.2.0", + "version": "5.0.0", "description": "Lint rules related to React & JSX for TSLint", "main": "tslint-react.json", "scripts": { @@ -34,4 +34,4 @@ "url": "https://github.com/palantir/tslint-react.git" }, "license": "Apache-2.0" -} \ No newline at end of file +}