Skip to content

Commit

Permalink
fix: correct export (fixes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucgagan committed Nov 12, 2023
1 parent 4c95f48 commit e90d1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"main"
]
},
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"name": "auto-playwright",
"main": "./dist/index.js",
"main": "./dist/src/index.js",
"sideEffects": false,
"description": "Automate Playwright tests using ChatGPT.",
"repository": {
Expand Down

0 comments on commit e90d1fb

Please sign in to comment.