We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1c222 commit e1ceaa3Copy full SHA for e1ceaa3
1 file changed
package.json
@@ -22,11 +22,11 @@
22
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
23
"repository": {
24
"type": "git",
25
- "url": "https://github.com/lokesh/color-thief.git"
+ "url": "git+https://github.com/lokesh/color-thief.git"
26
},
27
"license": "MIT",
28
"bin": {
29
- "colorthief": "./dist/cli.js"
+ "colorthief": "dist/cli.js"
30
31
"files": [
32
"dist/",
@@ -84,8 +84,8 @@
84
"dev": "http-server",
85
"test": "mocha && cypress run --config video=false",
86
"test:node": "mocha",
87
- "test:browser": "./node_modules/.bin/cypress run --headed --browser chrome",
88
- "cypress": "./node_modules/.bin/cypress open",
+ "test:browser": "cypress run --headed --browser chrome",
+ "cypress": "cypress open",
89
"typecheck": "tsc --noEmit"
90
91
"devDependencies": {
0 commit comments