We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9810110 commit 6fe24c8Copy full SHA for 6fe24c8
package.json
@@ -4,6 +4,7 @@
4
"description": "A tiny helper to assert that response from `fetch()` is ok.",
5
"type": "module",
6
"main": "index.js",
7
+ "types": "dist/index.d.ts",
8
"scripts": {
9
"test:unit": "node --test",
10
"test:types": "tsc -p .",
@@ -21,6 +22,10 @@
21
22
"url": "https://github.com/CheckerNetwork/assert-ok-response/issues"
23
},
24
"homepage": "https://github.com/CheckerNetwork/assert-ok-response#readme",
25
+ "files": [
26
+ "index.js",
27
+ "dist"
28
+ ],
29
"devDependencies": {
30
"@types/node": "^22.13.10",
31
"eslint": "^9.22.0",
0 commit comments