Skip to content

Commit bfadcb5

Browse files
committed
fix: add bin reference to package.json
1 parent 5b89f92 commit bfadcb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.0",
44
"description": "Visual regression testing tool with cypress",
55
"main": "dist/command.js",
6+
"bin": {
7+
"cypress-image-diff": "./bin/cypress-image-diff.js"
8+
},
69
"scripts": {
710
"lint": "eslint src/ cypress/",
811
"test:unit": "jest src/",

0 commit comments

Comments
 (0)