mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
fix: Remove node req from package.json
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user