Skip to content

Commit b615639

Browse files
committed
Meta tweaks
1 parent 5c59528 commit b615639

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/funding.yml

-4
This file was deleted.

.github/workflows/main.yml

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

package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"url": "https://sindresorhus.com"
1212
},
1313
"type": "module",
14-
"exports": "./index.js",
14+
"exports": {
15+
"types": "./index.d.ts",
16+
"default": "./index.js"
17+
},
18+
"sideEffects": false,
1519
"engines": {
1620
"node": ">=18"
1721
},
@@ -43,11 +47,11 @@
4347
"devDependencies": {
4448
"ava": "^5.2.0",
4549
"chalk": "^5.3.0",
46-
"delay": "^5.0.0",
50+
"delay": "^6.0.0",
4751
"in-range": "^3.0.0",
4852
"random-int": "^3.0.0",
4953
"time-span": "^5.1.0",
50-
"tsd": "^0.28.1",
51-
"xo": "^0.54.1"
54+
"tsd": "^0.29.0",
55+
"xo": "^0.56.0"
5256
}
5357
}

0 commit comments

Comments
 (0)