diff --git a/packages/cypress-commands/package.json b/packages/cypress-commands/package.json index a1a462025a9..9e005961ac4 100644 --- a/packages/cypress-commands/package.json +++ b/packages/cypress-commands/package.json @@ -6,11 +6,13 @@ "version": "1.19.0", "type": "module", "types": "./dist/index.d.ts", + "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" - } + }, + "./package.json": "./package.json" }, "repository": { "type": "git",