This commit is contained in:
JasterV 2022-03-21 11:24:40 +01:00
parent 614fb05ccd
commit 027d91ddcc
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "image-phash",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "image-phash",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@canvas/image": "^1.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "imgphash",
"version": "0.1.0",
"version": "0.1.1",
"description": "Provide an image class that is able to calculate similarity to other images using the phash value",
"main": "./src/lib.js",
"keywords": [
@ -27,4 +27,4 @@
"url": "https://github.com/JasterV/imgphash/issues"
},
"homepage": "https://github.com/JasterV/imgphash#readme"
}
}