Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 29, 2020
1 parent 417c326 commit 33493f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Open stuff like URLs, files, executables. Cross-platform.",
"license": "MIT",
"repository": "sindresorhus/open",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
Expand Down Expand Up @@ -48,12 +49,12 @@
],
"dependencies": {
"is-docker": "^2.0.0",
"is-wsl": "^2.1.0"
"is-wsl": "^2.1.1"
},
"devDependencies": {
"@types/node": "^12.7.5",
"ava": "^2.3.0",
"tsd": "^0.9.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
}
}
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -132,7 +132,6 @@ To make this caveat somewhat less impactful (at least for URLs), check out the [
- [open-cli](https://github.com/sindresorhus/open-cli) - CLI for this module
- [open-editor](https://github.com/sindresorhus/open-editor) - Open files in your editor at a specific line and column


---

<div align="center">
Expand Down

0 comments on commit 33493f5

Please sign in to comment.