From 33493f590eb9d2e5e8c92106b5e653f24089ca80 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 29 Jan 2020 21:37:38 +0700 Subject: [PATCH] Meta tweaks --- package.json | 5 +++-- readme.md | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3df6ae6..6733b22 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } } diff --git a/readme.md b/readme.md index 3af7f35..957c316 100644 --- a/readme.md +++ b/readme.md @@ -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 - ---