fix: Remove node req from package.json

This commit is contained in:
Lokesh Dhakar
2019-07-22 07:31:54 -07:00
parent 2aa036737a
commit ec98c39d42

View File

@@ -1,6 +1,6 @@
{ {
"name": "colorthief", "name": "colorthief",
"version": "2.2.0", "version": "2.2.1",
"author": { "author": {
"name": "Lokesh Dhakar", "name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com", "email": "lokesh.dhakar@gmail.com",
@@ -42,9 +42,6 @@
"microbundle": "^0.11.0", "microbundle": "^0.11.0",
"mustache": "^3.0.1" "mustache": "^3.0.1"
}, },
"engines": {
"node": ">=10.15.3"
},
"dependencies": { "dependencies": {
"get-pixels": "^3.3.2", "get-pixels": "^3.3.2",
"quantize": "github:lokesh/quantize" "quantize": "github:lokesh/quantize"