From 76ef4ab9c6311527d1dc4a7f0066e456f526c760 Mon Sep 17 00:00:00 2001 From: andrelandgraf Date: Thu, 30 Apr 2020 04:16:35 +0200 Subject: [PATCH] trying to make this package work with ssr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8eefbb..18c94b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-datalist-input", - "version": "1.3.1", + "version": "1.3.2", "description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.", "main": "./lib/DataListInput.js", "license": "MIT",