Skip to content

Commit

Permalink
fix: make cjs the main package entrypoint (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jun 22, 2022
1 parent 71db8e9 commit 4d10066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@puppeteer/replay",
"version": "0.4.0",
"description": "Replay is a library which provides an API to replay and stringify recordings created using Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder/)",
"main": "lib/main.js",
"main": "lib/cjs/main.cjs",
"types": "lib/main.d.ts",
"bin": "lib/cli.js",
"exports": {
Expand Down

0 comments on commit 4d10066

Please sign in to comment.