update for npm publish

This commit is contained in:
2024-08-26 11:01:26 +02:00
parent 3065bf6c7a
commit aab562b0de
2 changed files with 33 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "colorthief",
"version": "2.4.0",
"name": "@janishutz/colorthief",
"version": "3.0",
"author": {
"name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com",
"url": "http://lokeshdhakar.com/"
"name": "Janis Hutz",
"email": "development@janishutz.com",
"url": "https://janishutz.com"
},
"description": "Get the dominant color or color palette from an image.",
"description": "Get the dominant color or color palette from an image. Now including TypeScript",
"keywords": [
"color",
"palette",
@@ -17,10 +17,10 @@
"canvas"
],
"type": "module",
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
"homepage": "https://lokeshdhakar.com/projects/color-thief/",
"repository": {
"type": "git",
"url": "https://github.com/lokesh/color-thief.git"
"url": "https://github.com/janishutz/color-thief.git"
},
"license": "MIT",
"source": "src/color-thief.ts",