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

Commit

Permalink
add ipld to validation config of options
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrowaveDev committed May 10, 2019
1 parent ab1469a commit 12f4b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const configSchema = s({
})),
Bootstrap: optional(s(['multiaddr-ipfs']))
})),
ipld: 'object?',
libp2p: optional(union(['function', 'object'])) // libp2p validates this
}, {
repoOwner: true
Expand Down

0 comments on commit 12f4b50

Please sign in to comment.