Skip to content

Commit e1ceaa3

Browse files
lokeshclaude
andcommitted
fix: apply npm pkg fix corrections for publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6f1c222 commit e1ceaa3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"homepage": "http://lokeshdhakar.com/projects/color-thief/",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/lokesh/color-thief.git"
25+
"url": "git+https://github.com/lokesh/color-thief.git"
2626
},
2727
"license": "MIT",
2828
"bin": {
29-
"colorthief": "./dist/cli.js"
29+
"colorthief": "dist/cli.js"
3030
},
3131
"files": [
3232
"dist/",
@@ -84,8 +84,8 @@
8484
"dev": "http-server",
8585
"test": "mocha && cypress run --config video=false",
8686
"test:node": "mocha",
87-
"test:browser": "./node_modules/.bin/cypress run --headed --browser chrome",
88-
"cypress": "./node_modules/.bin/cypress open",
87+
"test:browser": "cypress run --headed --browser chrome",
88+
"cypress": "cypress open",
8989
"typecheck": "tsc --noEmit"
9090
},
9191
"devDependencies": {

0 commit comments

Comments
 (0)