Skip to content

Commit

Permalink
fix: update package config (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Aug 1, 2023
1 parent a4a10fd commit 8d49602
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions packages/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
"extends": "ipfs",
"parserOptions": {
"sourceType": "module"
},
"ignorePatterns": [
"*.d.ts"
]
}
},
"scripts": {
"clean": "aegir clean",
Expand Down
6 changes: 1 addition & 5 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@
"extends": "ipfs",
"parserOptions": {
"sourceType": "module"
},
"ignorePatterns": [
"test/message/*.d.ts",
"test/message/*.js"
]
}
},
"scripts": {
"clean": "aegir clean",
Expand Down
1 change: 0 additions & 1 deletion packages/transport-webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@libp2p/webrtc",
"version": "3.1.0",
"description": "A libp2p transport using WebRTC connections",
"author": "",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc#readme",
"repository": {
Expand Down

0 comments on commit 8d49602

Please sign in to comment.