Skip to content

Commit

Permalink
Fix Linux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 28, 2023
1 parent 818946e commit 798cd93
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 180 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,15 +54,15 @@
"file"
],
"dependencies": {
"default-browser": "^5.2.0",
"default-browser": "^5.2.1",
"define-lazy-prop": "^3.0.0",
"is-inside-container": "^1.0.0",
"is-wsl": "^3.1.0"
},
"devDependencies": {
"@types/node": "^20.10.5",
"ava": "^6.0.1",
"tsd": "^0.30.0",
"tsd": "^0.30.1",
"xo": "^0.56.0"
}
}

0 comments on commit 798cd93

Please sign in to comment.