Skip to content

Commit 6fe24c8

Browse files
committed
chore: setup npm package files & typings
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent 9810110 commit 6fe24c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A tiny helper to assert that response from `fetch()` is ok.",
55
"type": "module",
66
"main": "index.js",
7+
"types": "dist/index.d.ts",
78
"scripts": {
89
"test:unit": "node --test",
910
"test:types": "tsc -p .",
@@ -21,6 +22,10 @@
2122
"url": "https://github.com/CheckerNetwork/assert-ok-response/issues"
2223
},
2324
"homepage": "https://github.com/CheckerNetwork/assert-ok-response#readme",
25+
"files": [
26+
"index.js",
27+
"dist"
28+
],
2429
"devDependencies": {
2530
"@types/node": "^22.13.10",
2631
"eslint": "^9.22.0",

0 commit comments

Comments
 (0)