From 21097d0f645640fc984b41d0f6e4f0147bfa602b Mon Sep 17 00:00:00 2001 From: Filipoliko Date: Wed, 13 May 2020 15:43:09 +0200 Subject: [PATCH] fix(npm): fix installation warning for npm 6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb2a976..5340990 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@ima/plugin-useragent": "2.x" }, "engines": { - "npm": ">=4 <6" + "npm": ">=4 <7" }, "dependencies": { "infinite-circle": "^0.2.5"