Skip to content

Commit 3bb0def

Browse files
authored
fix: print-chrome-path.js -> print-chrome-path.cjs (#348)
1 parent 9817a05 commit 3bb0def

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"reset-link": "(yarn unlink || true) && yarn link && yarn --cwd node_modules/lighthouse/ link chrome-launcher"
1717
},
1818
"bin": {
19-
"print-chrome-path": "bin/print-chrome-path.js"
19+
"print-chrome-path": "bin/print-chrome-path.cjs"
2020
},
2121
"devDependencies": {
2222
"@types/mocha": "^8.0.4",

0 commit comments

Comments
 (0)