From e63ef6e803d17a30bb70e6656bdf0773ff67ff86 Mon Sep 17 00:00:00 2001 From: Vadim Dalecky Date: Thu, 30 May 2019 19:23:34 +0200 Subject: [PATCH] chore: fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a31e33e4..0a4294b8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js", - "sideEffects" false, + "sideEffects": false, "files": [ "lib/", "esm/"