Skip to content

Commit 4b54659

Browse files
committed
Tidelift tasks
1 parent d8ecf7b commit 4b54659

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

.github/funding.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github: sindresorhus
2+
open_collective: sindresorhus
3+
tidelift: npm/npm-run-path
4+
custom: https://sindresorhus.com/donate

.github/security.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ childProcess.execFileSync('foo', {
3333

3434
## API
3535

36-
### npmRunPath([options])
36+
### npmRunPath(options?)
3737

3838
Returns the augmented path string.
3939

4040
#### options
4141

42+
Type: `object`
43+
4244
##### cwd
4345

4446
Type: `string`<br>
@@ -54,13 +56,13 @@ Default: [`PATH`](https://github.com/sindresorhus/path-key)
5456
PATH to be appended.<br>
5557
Set it to an empty string to exclude the default PATH.
5658

57-
### npmRunPath.env([options])
59+
### npmRunPath.env(options?)
5860

5961
Returns the augmented [`process.env`](https://nodejs.org/api/process.html#process_process_env) object.
6062

6163
#### options
6264

63-
Type: `Object`
65+
Type: `object`
6466

6567
##### cwd
6668

@@ -82,6 +84,14 @@ Accepts an object of environment variables, like `process.env`, and modifies the
8284
- [execa](https://github.com/sindresorhus/execa) - Execute a locally installed binary
8385

8486

85-
## License
87+
---
8688

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

0 commit comments

Comments
 (0)