Skip to content

Commit

Permalink
Tidelift tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 10, 2019
1 parent 4de9adc commit 6e18891
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/funding.yml
@@ -1,3 +1,4 @@
github: sindresorhus
open_collective: sindresorhus
custom: https://sindresorhus.com/donate
tidelift: npm/os-name
3 changes: 3 additions & 0 deletions .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.
14 changes: 11 additions & 3 deletions readme.md
Expand Up @@ -40,7 +40,7 @@ osName('win32', '6.3.9600');

## API

### osName([platform, release])
### osName(platform?, release?)

By default, the name of the current operating system is returned.

Expand All @@ -59,6 +59,14 @@ Production systems depend on this package for logging / tracking. Please be care
- [os-name-cli](https://github.com/sindresorhus/os-name-cli) - CLI for this module


## License
---

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

0 comments on commit 6e18891

Please sign in to comment.