From ed961d8fa02a48e2fdcd49559b42c1093f3a059a Mon Sep 17 00:00:00 2001 From: Philipp Eschenbach Date: Fri, 2 Jul 2021 09:06:18 +0200 Subject: [PATCH] fix https://github.com/felippenardi/lottie-react-web/issues/51 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 1c923a0..7eafd2a 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,5 @@ "lottie-api": "^1.0.2", "lottie-web": "^5.6.1" }, - "main": "dist/index.js", - "engines": { - "npm": "^3.0.0" - } + "main": "dist/index.js" }