Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 13ab340

Browse files
committed
chore: update project config
1 parent 85ce5cf commit 13ab340

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

package.json

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,12 @@
2323
"npm": ">=7.0.0"
2424
},
2525
"type": "module",
26-
"types": "types/src/index.d.ts",
27-
"typesVersions": {
28-
"*": {
29-
"*": [
30-
"types/*",
31-
"types/src/*"
32-
],
33-
"types/*": [
34-
"types/*",
35-
"types/src/*"
36-
]
37-
}
38-
},
26+
"types": "./dist/src/index.d.ts",
3927
"files": [
4028
"src",
41-
"dist",
42-
"!**/*.tsbuildinfo",
43-
"!**/browser-test",
44-
"!**/node-test",
45-
"!**/test"
29+
"dist/src",
30+
"!dist/test",
31+
"!**/*.tsbuildinfo"
4632
],
4733
"exports": {
4834
".": {
@@ -131,12 +117,7 @@
131117
}
132118
],
133119
"@semantic-release/changelog",
134-
[
135-
"@semantic-release/npm",
136-
{
137-
"pkgRoot": "dist"
138-
}
139-
],
120+
"@semantic-release/npm",
140121
"@semantic-release/github",
141122
"@semantic-release/git"
142123
]
@@ -155,7 +136,7 @@
155136
"dependencies": {
156137
"@libp2p/interfaces": "^1.3.18",
157138
"@libp2p/logger": "^1.1.2",
158-
"@libp2p/utils": "^1.0.9" ,
139+
"@libp2p/utils": "^1.0.9",
159140
"@libp2p/webrtc-peer": "^1.0.5",
160141
"@multiformats/mafmt": "^11.0.2",
161142
"@multiformats/multiaddr": "^10.1.7",

0 commit comments

Comments
 (0)