Skip to content

Commit d5532b8

Browse files
committed
chore: ignore react-native dep
1 parent 1a217bb commit d5532b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/libp2p/.aegir.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
export default {
33
build: {
44
bundlesizeMax: '95KB'
5+
},
6+
dependencyCheck: {
7+
ignore: [
8+
'react-native'
9+
]
510
}
611
}

0 commit comments

Comments
 (0)