From 4da965451982a5df0e0e44f57a638497b5c248a1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 31 May 2019 19:05:59 +0700 Subject: [PATCH] Tidelift tasks --- .github/funding.yml | 1 + .github/security.md | 3 +++ readme.md | 30 ++++++++++-------------------- 3 files changed, 14 insertions(+), 20 deletions(-) create mode 100644 .github/security.md diff --git a/.github/funding.yml b/.github/funding.yml index 0038dab..85a0b14 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1 +1,2 @@ github: sindresorhus +tidelift: npm/find-up diff --git a/.github/security.md b/.github/security.md new file mode 100644 index 0000000..5358dc5 --- /dev/null +++ b/.github/security.md @@ -0,0 +1,3 @@ +# Security Policy + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. diff --git a/readme.md b/readme.md index 2996ce2..4af713d 100644 --- a/readme.md +++ b/readme.md @@ -2,19 +2,6 @@ > Find a file or directory by walking up parent directories ---- - -
- - Get professional support for 'find-up' with a Tidelift subscription - -
- - Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. -
-
- ---- ## Install @@ -136,11 +123,6 @@ const findUp = require('find-up'); ``` -## Security - -To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. - - ## Related - [find-up-cli](https://github.com/sindresorhus/find-up-cli) - CLI for this module @@ -149,6 +131,14 @@ To report a security vulnerability, please use the [Tidelift security contact](h - [resolve-from](https://github.com/sindresorhus/resolve-from) - Resolve the path of a module like `require.resolve()` but from a given path -## License +--- -MIT © [Sindre Sorhus](https://sindresorhus.com) +
+ + Get professional support for 'find-up' with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+