Skip to content

Commit 9ecaa3e

Browse files
committedMay 31, 2019
Tidelift tasks
1 parent e473d2a commit 9ecaa3e

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
 

‎.github/funding.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
github: sindresorhus
22
open_collective: sindresorhus
3+
tidelift: npm/read-pkg-up
34
custom: https://sindresorhus.com/donate

‎.github/security.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.

‎readme.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ const readPkgUp = require('read-pkg-up');
4242

4343
## API
4444

45-
### readPkgUp([options])
45+
### readPkgUp(options?)
4646

4747
Returns a `Promise<object>` or `Promise<undefined>` if no `package.json` was found.
4848

49-
### readPkgUp.sync([options])
49+
### readPkgUp.sync(options?)
5050

5151
Returns the result object or `undefined` if no `package.json` was found.
5252

@@ -77,6 +77,14 @@ Default: `true`
7777
- [pkg-conf](https://github.com/sindresorhus/pkg-conf) - Get namespaced config from the closest package.json
7878

7979

80-
## License
80+
---
8181

82-
MIT © [Sindre Sorhus](https://sindresorhus.com)
82+
<div align="center">
83+
<b>
84+
<a href="https://tidelift.com/subscription/pkg/npm-read-pkg-up?utm_source=npm-read-pkg-up&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
85+
</b>
86+
<br>
87+
<sub>
88+
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
89+
</sub>
90+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.