Skip to content

Commit a3359f4

Browse files
committed
Meta tweaks
1 parent e07cc59 commit a3359f4

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.github/funding.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
node-version:
1313
- 16
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm install

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
},
1313
"type": "module",
1414
"exports": "./index.js",
15+
"types": "./index.d.ts",
16+
"sideEffects": false,
1517
"engines": {
1618
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1719
},

readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,3 @@ This can be either an absolute path or a path relative to the [`cwd` option](#cw
9797

9898
- [npm-run-path-cli](https://github.com/sindresorhus/npm-run-path-cli) - CLI for this module
9999
- [execa](https://github.com/sindresorhus/execa) - Execute a locally installed binary
100-
101-
---
102-
103-
<div align="center">
104-
<b>
105-
<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>
106-
</b>
107-
<br>
108-
<sub>
109-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
110-
</sub>
111-
</div>

0 commit comments

Comments
 (0)