Skip to content

Commit e7d8789

Browse files
committed
Meta tweaks
1 parent b993a96 commit e7d8789

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: .github/funding.yml

-4
This file was deleted.

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- 18
1515
- 16
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-node@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install

Diff for: package.json

+2
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": ">=16.17"
1719
},

0 commit comments

Comments
 (0)