build: minor version bump and removal of cypress vid files

This commit is contained in:
Lokesh Dhakar
2023-02-28 14:08:18 -08:00
parent 92820172b1
commit 4dc3bb0b43
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "colorthief", "name": "colorthief",
"version": "2.3.2", "version": "2.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "colorthief", "name": "colorthief",
"version": "2.3.2", "version": "2.4.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@lokesh.dhakar/quantize": "^1.3.0", "@lokesh.dhakar/quantize": "^1.3.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "colorthief", "name": "colorthief",
"version": "2.3.2", "version": "2.4.0",
"author": { "author": {
"name": "Lokesh Dhakar", "name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com", "email": "lokesh.dhakar@gmail.com",

View File

@@ -2,7 +2,7 @@ import quantize from '../node_modules/@lokesh.dhakar/quantize/dist/index.mjs';
import core from './core.js'; import core from './core.js';
/* /*
* Color Thief v2.3.2 * Color Thief v2.4.0
* by Lokesh Dhakar - http://www.lokeshdhakar.com * by Lokesh Dhakar - http://www.lokeshdhakar.com
* *
* Thanks * Thanks