We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c475531 commit 4dd368cCopy full SHA for 4dd368c
package.json
@@ -2,7 +2,13 @@
2
"name": "cypress-image-diff-js",
3
"version": "0.0.0",
4
"description": "Visual regression testing tool with cypress",
5
+ "main": "./dist/command.js",
6
+ "types": "./types/command.d.ts",
7
"exports": {
8
+ ".": {
9
10
+ "default": "./dist/command.js"
11
+ },
12
"./command": {
13
"types": "./types/command.d.ts",
14
"default": "./dist/command.js"
0 commit comments