From ec98c39d42c1d6db58b988b20c89bb06e1afbf65 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Mon, 22 Jul 2019 07:31:54 -0700 Subject: [PATCH] fix: Remove node req from package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 13c5635..24fb358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colorthief", - "version": "2.2.0", + "version": "2.2.1", "author": { "name": "Lokesh Dhakar", "email": "lokesh.dhakar@gmail.com", @@ -42,9 +42,6 @@ "microbundle": "^0.11.0", "mustache": "^3.0.1" }, - "engines": { - "node": ">=10.15.3" - }, "dependencies": { "get-pixels": "^3.3.2", "quantize": "github:lokesh/quantize"