mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
build: resolve Quantize dep issue, upgrade Cypress
This commit is contained in:
13
package.json
13
package.json
@@ -32,23 +32,24 @@
|
||||
"watch": "microbundle watch --no-sourcemap",
|
||||
"dev": "http-server",
|
||||
"test": "mocha && cypress run --config video=false",
|
||||
"test:browser": "cypress open",
|
||||
"test:node": "mocha"
|
||||
"test:browser": "./node_modules/.bin/cypress run --headed --browser chrome",
|
||||
"test:node": "mocha",
|
||||
"cypress": "./node_modules/.bin/cypress open"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@node-minify/core": "^4.0.5",
|
||||
"@node-minify/uglify-es": "^4.0.5",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"cypress": "^3.4.0",
|
||||
"cypress": "^12.6.0",
|
||||
"eslint": "^5.16.0",
|
||||
"http-server": "^0.11.1",
|
||||
"microbundle": "^0.11.0",
|
||||
"microbundle": "^0.15.0",
|
||||
"mocha": "^6.2.0",
|
||||
"mustache": "^3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"get-pixels": "^3.3.2",
|
||||
"quantize": "github:lokesh/quantize"
|
||||
"@lokesh.dhakar/quantize": "^1.3.0",
|
||||
"get-pixels": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user