Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 358183e

Browse files
committed
fix: add types versions
1 parent 26d1cb1 commit 358183e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/ipfs-http-response/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",
77
"types": "types/src/index.d.ts",
8+
"typesVersions": {
9+
"*": {
10+
"*": [
11+
"types/*",
12+
"types/src/*"
13+
],
14+
"types/*": [
15+
"types/*",
16+
"types/src/*"
17+
]
18+
}
19+
},
820
"type": "module",
921
"eslintConfig": {
1022
"extends": "ipfs",
@@ -18,7 +30,6 @@
1830
}
1931
},
2032
"scripts": {
21-
"prepare": "aegir build --no-bundle && cp -R types dist",
2233
"lint": "aegir ts -p check && aegir lint",
2334
"build": "aegir build",
2435
"release": "aegir release --target node",

0 commit comments

Comments
 (0)