From 27cd2c0eb28b6297e80f395c79f916a05ff69c10 Mon Sep 17 00:00:00 2001 From: Harsh Zalavadiya Date: Tue, 26 May 2020 17:52:35 +0530 Subject: [PATCH] Update package.json (#41) :arrow_up: version bump --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 012a795..c2cceaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-multi-select-component", - "version": "2.0.7", + "version": "2.0.8", "description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all", "author": "Harsh Zalavadiya", "license": "MIT", @@ -9,9 +9,6 @@ "module": "dist/react-multi-select-component.esm.js", "typings": "dist/index.d.ts", "sideEffects": false, - "engines": { - "node": ">=12" - }, "scripts": { "start": "tsdx watch", "build": "tsdx build && filesize",