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

Commit

Permalink
fix: add types versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Sep 27, 2021
1 parent 26d1cb1 commit c85bbaa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/ipfs-http-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
"types": "types/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"types/*",
"types/src/*"
],
"types/*": [
"types/*",
"types/src/*"
]
}
},
"type": "module",
"eslintConfig": {
"extends": "ipfs",
Expand All @@ -17,8 +29,10 @@
"import": "./src/index.js"
}
},
"publishConfig": {
"directory": "dist"
},
"scripts": {
"prepare": "aegir build --no-bundle && cp -R types dist",
"lint": "aegir ts -p check && aegir lint",
"build": "aegir build",
"release": "aegir release --target node",
Expand Down

0 comments on commit c85bbaa

Please sign in to comment.