Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Changed default value from "chrome" to "edge"
DarCampbell authored Oct 27, 2021
1 parent 7d22766 commit 7ff8274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
"browser": {
"type": "string",
"description": "The debugging browser to launch (Edge or Chrome)",
"default": "chrome",
"default": "edge",
"enum": ["chrome", "edge"]
},
"trace": {

0 comments on commit 7ff8274

Please sign in to comment.