Skip to content

Commit 4dd368c

Browse files
committed
fix: add support fallback import for command
1 parent c475531 commit 4dd368c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "cypress-image-diff-js",
33
"version": "0.0.0",
44
"description": "Visual regression testing tool with cypress",
5+
"main": "./dist/command.js",
6+
"types": "./types/command.d.ts",
57
"exports": {
8+
".": {
9+
"types": "./types/command.d.ts",
10+
"default": "./dist/command.js"
11+
},
612
"./command": {
713
"types": "./types/command.d.ts",
814
"default": "./dist/command.js"

0 commit comments

Comments
 (0)