diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index c202b4b..0000000 --- a/.github/funding.yml +++ /dev/null @@ -1,2 +0,0 @@ -github: sindresorhus -tidelift: npm/update-notifier diff --git a/contributing.md b/contributing.md deleted file mode 100644 index 4c91d7b..0000000 --- a/contributing.md +++ /dev/null @@ -1 +0,0 @@ -See the [contributing docs](https://github.com/yeoman/yeoman/blob/main/contributing.md) diff --git a/package.json b/package.json index 62880c6..d1dd489 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "7.3.1", "description": "Update notifications for your CLI app", "license": "BSD-2-Clause", - "repository": "yeoman/update-notifier", - "funding": "https://github.com/yeoman/update-notifier?sponsor=1", + "repository": "sindresorhus/update-notifier", + "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/readme.md b/readme.md index 17f27ed..ef814b2 100644 --- a/readme.md +++ b/readme.md @@ -152,7 +152,7 @@ Defer showing the notification until after the process has exited. ##### message Type: `string`\ -Default: [See above screenshot](https://github.com/yeoman/update-notifier#update-notifier-) +Default: [See above screenshot](#update-notifier-) Message that will be shown when an update is available.